Methods for working with matrix-list objects
# S4 method for matlist as.list(x, ...) # S4 method for matlist as.matrix(x, ...) # S3 method for matlist names(x) # S3 method for matlist length(x) # S4 method for matlist labels(object, ...) # S4 method for matlist dim(x) # S4 method for matlist nrow(x) # S4 method for matlist show(object)
| x | a matlist object |
|---|---|
| ... | passed through to other methods |
| object | passed to showmatlist |
| .x | a matlist object |