Check for undefined methods.
undefined(object, ...)# S4 method for NULL
undefined(object, ...)
# S4 method for ANY
undefined(object, ...)
# S4 method for missing
undefined(object, ...)
# S4 method for pomp_fun
undefined(object, ...)
# S4 method for rprocPlugin
undefined(object, ...)
Returns TRUE
if the pomp workhorse method is undefined,
FALSE
if it is defined,
and NA
if the question is inapplicable.
object to test.
currently ignored.