class {reflections} R Documentation

Object Classes

Description


R possesses a simple generic function mechanism which
can be used for an object-oriented style of programming.
Method dispatch takes place based on the class of the
first argument to the generic function.

Usage

class(x);

Arguments

x

a R object

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package reflections version 2.33.856.6961 Index]