R/as_pomp.R

##' as.pomp
##'
##' Coerce to a \sQuote{pomp} object
##'
##' @name as_pomp
##' @docType methods
##' @keywords internal
##' @rdname as_pomp
##' @include pomp_class.R
##'
##' @param object the object to be coerced
##' @param \dots additional arguments
##'
##' @export
as_pomp <- function (object, ...) {
  as(object,"pomp")
}

Try the pomp package in your browser

Any scripts or data that you put into this service are public.

pomp documentation built on Aug. 8, 2023, 1:08 a.m.