print.micomp | R Documentation |
Print information about objects of class micomp
.
## S3 method for class 'micomp'
print(x, ...)
x |
Object of class |
... |
Currently ignored. |
The argument x
, invisibly, as for all print
.
methods.
# A micomp object from package datasets (i.e. grpoutputs objects) directly
micomp(c("outA", "outB", "outC", "outD"), 0.9,
list(list(name = "Comp1", grpout = pphpc_ok),
list(name = "Comp2", grpout = pphpc_noshuff),
list(name = "Comp3", grpout = pphpc_diff)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.