plot.hce_results {hce} | R Documentation |
A print method for hce_results
objects
Description
A print method for hce_results
objects
Usage
## S3 method for class 'hce_results'
plot(x, ...)
Arguments
x |
an object of class |
... |
additional arguments to be passed to |
Value
no return value, called for plotting.
Examples
WO <- minWO(N = 100:1000)
plot(WO)
POW <- powerWO(N = 100:1000, WO = 1.2)
plot(POW, ylim = c(0, 1))
[Package hce version 0.6.0 Index]