matlist | R Documentation |
Methods for working with matrix-list objects
## S4 method for signature 'matlist'
as.list(x, detailed = FALSE, ...)
## S4 method for signature 'matlist'
as.matrix(x, ...)
## S3 method for class 'matlist'
names(x)
## S3 method for class 'matlist'
length(x)
## S4 method for signature 'matlist'
labels(object, ...)
## S4 method for signature 'matlist'
dim(x)
## S4 method for signature 'matlist'
nrow(x)
## S4 method for signature 'matlist'
show(object)
x |
a matlist object. |
detailed |
if |
... |
passed through to other methods. |
object |
passed to showmatlist |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.