IsWellSectioned {TexExamRandomizer} | R Documentation |
IsWellSectioned
Description
Function to assure a set of sections is well sectioned.
Usage
IsWellSectioned(u, v)
Arguments
u |
Vector, it assumes it is ordered in ascending ordered |
v |
Vector, it assumes it is ordered in ascending ordered |
Details
Basically it makes sure that, u[1]<v[1]<u[2]<v[2]
, etc
Value
Logical value, TRUE if it is well ordered, FALSE it is not
Author(s)
Alejandro Recuenco alejandrogonzalezrecuenco@gmail.com
See Also
Other Structuring Document:
CompileDocument()
,
DivideFile()
,
FindStructure
,
StructureDocument()
[Package TexExamRandomizer version 1.2.7 Index]