plot.Keng_power: Plot the power against the sample size for the Keng_power...

View source: R/plot.Keng_power.R

plot.Keng_powerR Documentation

Plot the power against the sample size for the Keng_power class

Description

Plot the power against the sample size for the Keng_power class

Usage

## S3 method for class 'Keng_power'
plot(x, ...)

Arguments

x

The output object of power_r() or power_lm().

...

Further arguments passed to or from other methods.

Value

A plot of power against sample size.

Examples

plot(power_lm())
out <- power_r(0.2, n = 193)
plot(out)

Keng documentation built on April 4, 2025, 1:37 a.m.