mvl_inherits | R Documentation |
This function works just like the usual R inherits()
, except that for MVL_OBJECTS it used the class value stored in the MVL file.
For non-MVL objects the function simply calls the usual R inherit()
, so it can be used instead of inherit()
for code that operates on both usual R objects and MVL objects.
mvl_inherits(x, clstr, which = FALSE)
x |
any object |
clstr |
classes to match against |
which |
when TRUE return a boolean array indicating of which classes named in |
character string giving object class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.