| undefined | R Documentation | 
Check for undefined methods.
undefined(object, ...)
## S4 method for signature 'NULL'
undefined(object, ...)
## S4 method for signature 'ANY'
undefined(object, ...)
## S4 method for signature 'missing'
undefined(object, ...)
## S4 method for signature 'pomp_fun'
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.