powered by
resplot produces a relative distribution of the values to a standard normal.
resplot
Graphical parameters may be given as arguments to resplot.
resplot(x, standardize=TRUE, xlab="Gaussian Cumulative Proportion", …)
The first sample for resplot.
Should the sample be converted to standard units first?
plot labels.
graphical parameters.
A list with components summarizing the relative distribution. See reldist fro the details.
reldist
reldist.
# NOT RUN { y <- rnorm(2000) resplot(y) data(precipitation) resplot(precipitation, ylab = "Precipitation [in/yr] for 70 US cities") # }
Run the code above in your browser using DataLab