getlet | R Documentation |
Get the symbols in a freegroup object
getlet(x)
x |
Object of class |
By default, return a list with elements corresponding to the elements
of x
. But, if object x
is of length 1, a vector is
returned. The result is sorted for convenience.
Robin K. S. Hankin
(x <- rfree(6,7,3))
getlet(x)
as.free(getlet(x))
identical(as.free(getlet(abc(1:26))), abc(1:26))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.