matlist: Methods for working with matrix-list objects

matlistR Documentation

Methods for working with matrix-list objects

Description

Methods for working with matrix-list objects

Usage

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

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


mrgsolve documentation built on Aug. 16, 2023, 5:07 p.m.

Related to matlist in mrgsolve...