mvl_class {RMVL} | R Documentation |
Return underlying R class of object
Description
This function returns the equivalent R class of underlying MVL object, i.e. the class it would have if converted into a regular R object. For non-MVL objects the function simply calls the usual R class(), so it can be used instead of class() for code that operates on both usual R objects and MVL objects.
Usage
mvl_class(x)
Arguments
x |
any object |
Value
character string giving object class
[Package RMVL version 1.1.0.0 Index]