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 | ## S4 method for signature 'function'
pomp.fun(f, proto = NULL, ...)
## S4 method for signature 'character'
pomp.fun(f, PACKAGE = NULL,
obsnames = character(0), statenames = character(0),
paramnames = character(0), covarnames = character(0), ...)
## S4 method for signature 'Csnippet'
pomp.fun(f, slotname = NULL, libname = NULL,
obsnames = character(0), statenames = character(0),
paramnames = character(0), covarnames = character(0), ...)
## S4 method for signature 'pomp.fun'
pomp.fun(f, ...)
## S4 method for signature 'missing'
pomp.fun(f, ...)
## S4 method for signature 'NULL'
pomp.fun(f, ...)
## S4 method for signature 'pomp.fun'
show(object)
## S4 method for signature 'pomp.fun'
print(x, ...)
|
f |
A function or the name of a native routine. |
PACKAGE |
optional; the name of the dynamically-loadable library in which the native function |
proto |
optional string; a prototype against which |
object, x |
The |
The 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.
Aaron A. King kingaa at umich dot edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.