Description Usage Arguments Details Author(s) See Also
Definition and methods of the ‘pomp_fun’ class.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21  | ## S4 method for signature 'missing'
pomp_fun(slotname = NULL, obsnames = character(0),
  statenames = character(0), paramnames = character(0),
  covarnames = character(0), ...)
## S4 method for signature ''function''
pomp_fun(f, proto = NULL, slotname = NULL, ...)
## S4 method for signature 'character'
pomp_fun(f, PACKAGE = NULL,
  obsnames = character(0), statenames = character(0),
  paramnames = character(0), covarnames = character(0),
  slotname = NULL, ...)
## S4 method for signature 'Csnippet'
pomp_fun(f, slotname = NULL, libname = NULL,
  obsnames = character(0), statenames = character(0),
  paramnames = character(0), covarnames = character(0), Cname, ...)
## S4 method for signature 'pomp_fun'
pomp_fun(f, ...)
 | 
f | 
 A function or the name of a native routine.  | 
proto | 
 optional string; a prototype against which   | 
PACKAGE | 
 optional; the name of the dynamically-loadable library in
which the native function   | 
object, x | 
 the ‘pomp_fun’ object.  | 
The ‘pomp_fun’ class implements a common interface for user-defined procedures that can be defined in terms of R code or by compiled native routines.
Aaron A. King
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.