plot.hce_results | R Documentation |
hce_results
objectsA print method for hce_results
objects
## S3 method for class 'hce_results'
plot(x, ...)
x |
an object of class |
... |
additional arguments to be passed to |
no return value, called for plotting.
WO <- minWO(N = 100:1000)
plot(WO)
POW <- powerWO(N = 100:1000, WO = 1.2)
plot(POW, ylim = c(0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.