| resplot | R Documentation |
resplot produces a relative distribution of the values to a standard
normal.
Graphical parameters may be given as arguments to resplot.
resplot(x,
standardize=TRUE,
xlab="Gaussian Cumulative Proportion",
method="Bayes",
...)
x |
The first sample for |
standardize |
Should the sample be converted to standard units first? |
xlab |
plot labels. |
method |
Method used to estimate the relative density. The default
( |
... |
graphical parameters. |
A list with components summarizing the relative distribution. See
reldist for the details.
reldist.
y <- rnorm(2000) resplot(y, method="bgk") data(precipitation) resplot(precipitation, ylab = "Precipitation [in/yr] for 70 US cities", method="bgk")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.