unit_objects | R Documentation |
unit_objects()
is a generic function that extracts a list
of objects corresponding to units of panel objects returned by panel modeling
functions.
unit_objects(object, ...)
object |
an object for which extraction of panel units is meaningful. |
... |
additional arguments. |
This is a generic function: methods can be defined for it.
Units extracted from the panel model object
.
Carles \Breto
panelPomp_methods
prw <- panelRandomWalk()
## access underlying pomp objects
unit_objects(prw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.