print,Rcpp_ADFun | R Documentation |
Both print()
and show()
will display a summary of a Rcpp_ADFun object.
## S4 method for signature 'Rcpp_ADFun'
print(x, ...)
## S4 method for signature 'Rcpp_ADFun'
show(object)
x |
An object of class Rcpp_ADFun. |
... |
Passed to |
object |
An object of class Rcpp_ADFun. |
The show()
method overrides the default show()
method for Rcpp::C++Object
objects from the Rcpp
package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.