spatPomp objects can be recast as data frames.
# S3 method for spatPomp
as.data.frame(x, ...)
A ‘data.frame’ with columns for time, spatial unit and observations.
a spatPomp
object.
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).