| LaTeX2range | R Documentation |
Ranges within LaTeX2 lists.
LaTeX2range(path, range)
## S3 method for class 'LaTeX2range'
print(x, source = NULL, ...)
path |
An integer vector to use as a path. |
range |
A range of values within the path. |
x |
Object to print. |
source |
Optional parsed list from which to extract the range. |
... |
Ignored. |
LaTeX2range objects are lists with path and range entries. path is a recursive index
into a LaTeX2 list, and range is a range of
entries in the result.
If path is NULL, the object refers to the entire
source object. If range is NULL, it refers
to the whole LaTeX2item given by the path.
LaTeX2range() returns a constructed LaTeX2range object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.