| imset_control | R Documentation |
Test and enforce that vector is an imset
as.imset(x)
is.imset(x)
x |
vector test or make imset from |
as.imset forces a vector to become an imset;
the length of the vector x must be a power of 2 length.
is.imset just checks that imset is in
class(x).
as.imset(): force object to be an imset
is.imset(): test if object is an imset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.