Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

resplot

Relative distribution plot to a Standard Normal


Description

resplot produces a relative distribution of the values to a standard normal.

Graphical parameters may be given as arguments to resplot.

Usage

resplot(x,
       standardize=TRUE,
       xlab="Gaussian Cumulative Proportion",
       ...)

Arguments

x

The first sample for resplot.

standardize

Should the sample be converted to standard units first?

xlab

plot labels.

...

graphical parameters.

Value

A list with components summarizing the relative distribution. See reldist fro the details.

See Also

Examples

y <- rnorm(2000)
resplot(y)
data(precipitation)
resplot(precipitation, ylab = "Precipitation [in/yr] for 70 US cities")

reldist

Relative Distribution Methods

v1.6-6
GPL-3 + file LICENSE
Authors
Mark S. Handcock <handcock@stat.ucla.edu>
Initial release
2016-10-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.