Learn R Programming

spatPomp (version 1.1.0)

undefined: Undefined

Description

Check for undefined methods.

Usage

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, ...)

Value

Returns TRUE if the pomp workhorse method is undefined, FALSE if it is defined, and NA if the question is inapplicable.

Arguments

object

object to test.

...

currently ignored.