plotProbs: Plot pseudo-observations

Description Usage Arguments Author(s) Examples

Description

Scatterplot of pseudo-observations (values in [0,1]) that preserves the aspect ratio (asp=1).

Usage

1
2
plotProbs(..., bty = "o", xlim = 0:1, ylim = 0:1, atx = c(0, 0.5, 1),
  aty = atx)

Arguments

...

Arguments passed to plot.default

bty

Bounding box type. See par. A character string which determined the type of box which is drawn about plots. If bty is one of "o" (the default), "l", "7", "c", "u", or "]" the resulting box resembles the corresponding upper case letter. A value of "n" suppresses the box.

xlim

the x limits (x1, x2) of the plot. Note that x1 > x2 is allowed and leads to a ‘reversed axis’.

The default value, NULL, indicates that the range of the finite values to be plotted should be used.

ylim

the y limits of the plot.

atx, aty

The points at which tick-marks are to be drawn. See at of axis.

Author(s)

Francisco Mendoza-Torres (mentofran@gmail.com)

Examples

1
2
uv <- cbind(runif(100), runif(100))
plotProbs(uv)

mathphysmx/empiricalDistribution documentation built on May 7, 2019, 10:55 p.m.