Description Usage Arguments Value Author(s) References See Also Examples
Plot an empirical cumulative distribution function for a circular data set.
1 2 3 4 5 6 | ## S3 method for class 'ecdf.circular'
plot(x, xlim = c(0, 2 * pi), ylim = NULL,
xlab = "x", ylab = "Fn(x)", main = NULL, add = FALSE,
verticals = FALSE, col.01line = "gray70", do.points = (n < 1000),
pch = 19, col = par("col"), col.points = col, cex.points = par("cex"),
col.hor = col, col.vert = col, lty = par("lty"), lwd = par("lwd"), ...)
|
x |
an object of class |
xlim, ylim |
limits for the plot region: see |
xlab, ylab |
labels for x and y axis. |
main |
main title. |
add |
logical; if |
verticals |
logical; if |
col.01line |
numeric or character specifying the color of the
horizontal lines at y = 0 and 1, see |
do.points |
logical; if |
pch |
character or integer code; point character if |
col |
default color of all points and lines. |
col.points |
character or integer code; color of points if
|
cex.points |
numeric; character expansion factor if |
col.hor |
color of horizontal lines. |
col.vert |
color of vertical lines. |
lty, lwd |
line type and thickness for all lines. |
... |
further arguments of |
A list with two components
t |
abscissa (x) values, including the two outermost ones. |
y |
y values ‘in between’ the |
Claudio Agostinelli
K.V. Mardia and P.E. Jupp (2000). Directional Statistics. Wiley.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.