Functions like integrate() and nlm() return objects that contain more
information that simply the value of the integration or optimization. value() extracts
the primary value from such objects. Currently implemented situations include the output from
integrate(),
nlm(),
cubature::adaptIntegrate(), and
uniroot().
Usage
value(object, ...)
# S3 method for integrate
value(object, ...)
# S3 method for default
value(object, ...)
Arguments
object
an object from which a "value" is to be extracted.