plot_power | R Documentation |
This function draws the power graph, with curves sorted by the mean power and smoothed for easier reading.
plot_power(pwr, xname = " ", title, Smooth = TRUE, span = 0.25)
pwr |
a matrix of power values, usually from the twosample_power command |
xname |
Name of variable on x axis |
title |
(Optional) title of graph |
Smooth |
=TRUE lines are smoothed for easier reading |
span |
=0.25bandwidth of smoothing method |
plt, an object of class ggplot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.