Learn R Programming

pomp (version 0.45-8)

pomp-fun: Definition and methods of the "pomp.fun" class

Description

Definition and methods of the "pomp.fun" class

Usage

pomp.fun(f = NULL, PACKAGE, proto = NULL)
## S3 method for class 'pomp.fun':
show(object)
## S3 method for class 'pomp.fun':
print(x, \dots)

Arguments

Details

The sQuote{pomp.fun} class helps to settle common issues associated with user-defined functions which can be defined either via R code or by a native, compiled routine. It is not exported to userland.

See Also

pomp