Methods for working with matrix-list objects
zero.re(.x, ...) # S4 method for mrgmod zero.re(.x, ..., .drop = FALSE) zero_re(...) # 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 along |
| .drop | if |
| x | a matlist object |
| object | passed to showmatlist |