Skip to contents

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

Value

Logical value, TRUE if it is well ordered, FALSE it is not

Details

Basically it makes sure that, \(u[1]<v[1]<u[2]<v[2]\), etc

See also

Other Structuring Document: CompileDocument(), DivideFile(), FindStructure, StructureDocument()

Author

Alejandro Recuenco alejandrogonzalezrecuenco@gmail.com