View source: R/distribution_plots.R
F_plot | R Documentation |
Plot a F distribution.
F_plot(
df1 = 1,
df2 = 5,
cv = 2,
tails = "greater",
limits = c(0, 10),
color = "steelblue"
)
df1 |
numerator degrees of freedom. |
df2 |
denominator degrees of freedom. |
cv |
the critical value(s) to shade. |
tails |
whether there are one or two sided tails. |
limits |
the limits of the plot. |
color |
the color to fill in the area. |
stats::df()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.