| typeOfClass | R Documentation |
Gets the type of a class (S3 or S4).
## Default S3 method:
typeOfClass(object, ...)
object |
The object to be checks. |
... |
Not used. |
Returns a character string "S3", "S3-Object" or "S4",
or NA if neither.
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.