print,Rcpp_ADFun: Print or show a summary of an Rcpp_ADFun
Description
Both print()
and show()
will display a summary of a Rcpp_ADFun object.
Usage
# S4 method for Rcpp_ADFun
print(x, ...)# S4 method for Rcpp_ADFun
show(object)
Arguments
- x
An object of class Rcpp_ADFun.
- ...
Passed to format()
.
- object
An object of class Rcpp_ADFun.
Details
The show()
method overrides the default show()
method for Rcpp::C++Object
objects from the Rcpp
package.