Learn R Programming

RMVL (version 1.1.0.1)

mvl_class: 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)

Value

character string giving object class

Arguments

x

any object