matlist {mrgsolve}R 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, ...)

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

...

passed through to other methods

object

passed to showmatlist

.x

a matlist object


[Package mrgsolve version 0.11.1 Index]