PlotNormAndSkew | R Documentation |
Plot normal distribution and skew.
PlotNormAndSkew(
x,
q,
tresholding = c("fitted", "empirical")[1],
plot.hist = TRUE,
...
)
x |
Distribution |
q |
Quantile |
tresholding |
Tresholding calculation method, Default: c("fitted", "empirical")1 |
plot.hist |
Draw a histogram? Default: TRUE |
... |
Pass any other parameter to the internally called functions (most of them should work). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.