undefined {pomp} | R Documentation |
Check for undefined methods.
## S4 method for signature 'pomp_fun'
undefined(object, ...)
## S4 method for signature 'skelPlugin'
undefined(object, ...)
## S4 method for signature 'rprocPlugin'
undefined(object, ...)
object |
object to test. |
... |
currently ignored. |
Returns TRUE
if the pomp workhorse method is undefined,
FALSE
if it is defined,
and NA
if the question is inapplicable.