powered by
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()
unit_objects(object, ...)
Units extracted from the panel model object.
object
When given objects of class panelPomp, unit_objects() returns a list of pomp objects.
panelPomp
list
pomp
an object for which extraction of panel units is meaningful.
additional arguments.
Carles Bretó
This is a generic function: methods can be defined for it.
panelPomp_methods
prw <- panelRandomWalk() ## access underlying pomp objects unit_objects(prw)
Run the code above in your browser using DataLab