nrow,vclMatrix-method | R Documentation |
nrow
and ncol
return the number of rows or columns
present in x
respectively.
## S4 method for signature 'vclMatrix'
nrow(x)
## S4 method for signature 'vclMatrix'
ncol(x)
## S4 method for signature 'gpuMatrix'
nrow(x)
## S4 method for signature 'gpuMatrix'
ncol(x)
x |
A gpuMatrix/vclMatrix object |
An integer.
An integer of length 1
Charles Determan Jr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.