numbers-class | R Documentation |
"numbers"
An umbrella formal class encompassing all objects interpretable as numbers.
This includes integer
, double
and complex
.
Class "numeric", directly.
Class "complex", directly.
A method is defined to coerce an arbitrary object to a
numbers vector by calling as.numbers
. The object is
returned as is if it already extends class "numeric" or "complex".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.