View source: R/plot.Keng_power.R
plot.Keng_power | R Documentation |
Plot the power against the sample size for the Keng_power class
## S3 method for class 'Keng_power'
plot(x, ...)
x |
The output object of |
... |
Further arguments passed to or from other methods. |
A plot of power against sample size.
plot(power_lm())
out <- power_r(0.2, n = 193)
plot(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.