resplot {reldist} | 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", ...)
x |
The first sample for resplot . |
standardize |
Should the sample be converted to standard units first? |
xlab |
plot labels. |
... |
graphical parameters. |
A list with components summarizing the relative distribution. See
reldist
fro the details.
y <- rnorm(2000) resplot(y) data(precipitation) resplot(precipitation, ylab = "Precipitation [in/yr] for 70 US cities")