as.data.frame | R Documentation |
spatPomp objects can be recast as data frames.
## S3 method for class 'spatPomp'
as.data.frame(x, ...)
x |
a |
... |
additional arguments to be passed to or from methods. |
When object
is a simple ‘spatPomp’ object,
as(object,"data.frame")
or as.data.frame(object)
results in a
data frame with the times, units, observables, states (if known), and
interpolated covariates (if any).
A ‘data.frame’ with columns for time, spatial unit and observations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.