dim,vclMatrix-method | R Documentation |
Retrieve dimension of object
## S4 method for signature 'vclMatrix'
dim(x)
## S4 method for signature 'gpuMatrix'
dim(x)
x |
A gpuMatrix/vclMatrix object |
A numeric vector of length 2: the number of rows and columns in the gpuR object 'x'.
Charles Determan Jr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.