Learn R Programming

mrgsolve (version 1.5.1)

matlist: Methods for working with matrix-list objects

Description

Methods for working with matrix-list objects

Usage

# S4 method for matlist
as.list(x, detailed = FALSE, ...)

# 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)

Arguments

x

a matlist object

detailed

if TRUE, then a simple list of matrices is returned; otherwise, then entire matlist object data is returned along with the name of the class (e.g. either omegalist or sigmalist) as well as the names of the matrices

...

passed through to other methods

object

passed to showmatlist