View source: R/ChiSquareTail.R
ChiSquareTail | R Documentation |
Plot a chi-square distribution and shade the upper tail.
ChiSquareTail(
U,
df,
xlim = c(0, 10),
col = fadeColor("black", "22"),
axes = TRUE,
...
)
U |
Cut off for the upper tail. |
df |
Degrees of freedom. |
xlim |
Limits for the plot. |
col |
Color of the shading. |
axes |
Whether to plot an x-axis. |
... |
Currently ignored. |
Nothing is returned from the function.
David Diez
normTail
data(COL)
ChiSquareTail(11.7,
7,
c(0, 25),
col = COL[1]
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.