getters {kazaam} | R Documentation |
Getters for shaq objects.
## 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.