Description Usage Arguments Details Communication See Also
Getters for shaq objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | ## S4 method for signature 'shaq'
nrow(x)
## S4 method for signature 'shaq'
NROW(x)
nrow.local(x)
## S4 method for signature 'shaq'
nrow.local(x)
## S4 method for signature 'shaq'
ncol(x)
## S4 method for signature 'shaq'
NCOL(x)
ncol.local(x)
## S4 method for signature 'shaq'
ncol.local(x)
## S4 method for signature 'shaq'
length(x)
Data(x)
## S4 method for signature 'shaq'
Data(x)
|
x |
A shaq. |
Functions to return the number of rows (nrow()
and NROW()
),
the number of columns (ncol()
and NCOL()
), the length - or
product of the number of rows and cols - (length()
), and the local
submatrix (Data()
).
Each operation is completely local.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.