Concatenate two or more ‘pomp’ objects into a list-like ‘listie’.
Usage
# S3 method for 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))).