Concatenate two or more pomp objects into a list-like listie .
## S3 method for class 'Pomp'c(...)concat(...)
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))).