Getters for shaq objects.
# S4 method for shaq
nrow(x)# S4 method for shaq
NROW(x)
nrow.local(x)
# S4 method for shaq
nrow.local(x)
# S4 method for shaq
ncol(x)
# S4 method for shaq
NCOL(x)
ncol.local(x)
# S4 method for shaq
ncol.local(x)
# S4 method for shaq
length(x)
Data(x)
# S4 method for shaq
Data(x)
A shaq.
Each operation is completely local.
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()
).