concat {spatPomp} | R Documentation |
Concatenate
Description
Concatenate two or more ‘pomp’ objects into a list-like ‘listie’.
Usage
## S3 method for class 'SpatPomp'
c(...)
Arguments
... |
elements to be recursively combined into a ‘listie’ |
Details
concat
applied to one or more ‘pomp’ objects or lists of ‘pomp’ objects converts the list into a ‘listie’.
In particular, concat(A,B,C)
is equivalent to do.call(c,unlist(list(A,B,C)))
.
[Package spatPomp version 0.35.0 Index]