nvMatrix | R Documentation |
Construct a nvMatrix of a class that inherits
from nvMatrix
nvMatrix(data = NA, ncol = NA, nrow = NA, type = NULL, ...) ## S4 method for signature 'matrix' nvMatrix(data, type = NULL) ## S4 method for signature 'missing' nvMatrix(data, ncol = NA, nrow = NA, type = NULL)
data |
An object that is or can be converted to a
|
ncol |
An integer specifying the number of columns |
nrow |
An integer specifying the number of rows |
type |
A character string specifying the type of nvMatrix. Default is NULL where type is inherited from the source data type. |
... |
Additional method to pass to nvMatrix methods |
A nvMatrix object
Charles Determan Jr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.