IsWellSectioned: IsWellSectioned

View source: R/structuringdocument.R

IsWellSectionedR 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()


alexrecuenco/TexExamRandomizer documentation built on Jan. 31, 2024, 9:29 p.m.