powered by
hce_results
A print method for hce_results objects
# S3 method for hce_results plot(x, ...)
no return value, called for plotting.
an object of class hce_results.
additional arguments to be passed to base::plot() function.
base::plot()
WO <- minWO(N = 100:1000) plot(WO) POW <- powerWO(N = 100:1000, WO = 1.2) plot(POW, ylim = c(0, 1))
Run the code above in your browser using DataLab