print.cmpoutput | R Documentation |
Print information about objects of class cmpoutput
.
## S3 method for class 'cmpoutput'
print(x, ...)
x |
Object of class |
... |
Currently ignored. |
The argument x
, invisibly, as for all print
methods.
# Comparing the fifth output of the pphpc_diff dataset, which contains
# simulation output data from two implementations of the PPHPC model executed
# with a different parameter.
cmpoutput("WolfPop", 0.7, pphpc_diff$data[[5]], pphpc_diff$obs_lvls)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.