Description Usage Arguments Value Examples
Low level constructor for rray objects
1 2 |
.data |
A numeric vector with no attributes representing the data. |
size |
An integer. The number of observations in the object. This is equivalent to the number of rows. |
shape |
An integer vector. The shape corresponds to all of the
dimensions in the object except for the first one (the |
dim_names |
A list. For no names, |
... |
Name-value pairs defining attributes. |
subclass |
The name of the subclass. |
A new rray.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.