unitobjects: Extract units of a panel model

unitobjectsR Documentation

Extract units of a panel model

Description

unitobjects() is a generic function that extracts a list of objects corresponding to units of panel objects returned by panel modeling functions.

Usage

unitobjects(object, ...)

Arguments

object

an object for which extraction of panel units is meaningful.

...

additional arguments.

Details

This is a generic function: methods can be defined for it.

Value

Units extracted from the panel model object.

\unitobjectsReturn

Author(s)

Carles \Breto

See Also

panelPomp_methods

Examples

prw <- panelRandomWalk()
## access underlying pomp objects
unitobjects(prw)

cbreto/panelPomp documentation built on April 13, 2024, 12:23 a.m.