print.micomp {micompr} | R Documentation |
Print information about multiple comparisons of outputs
Description
Print information about objects of class micomp
.
Usage
## S3 method for class 'micomp'
print(x, ...)
Arguments
x |
Object of class |
... |
Currently ignored. |
Value
The argument x
, invisibly, as for all print
.
methods.
Examples
# 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)))
[Package micompr version 1.1.4 Index]