Rdocumentation
powered by
Learn R Programming
nloptr (version 1.0.0)
is.nloptr: R interface to NLopt
Description
is.nloptr preforms checks to see if a fully specified problem is supplied to nloptr. Mostly for internal use.
Usage
is.nloptr( x )
Arguments
x
object to be tested.
Value
Logical. Return TRUE if all tests were passed, otherwise return FALSE or exit with Error.
See Also
nloptr