cdf.plot {RGeoS} | R Documentation |
Plot the Experimental Anamorphosis for a vector of data
cdf.plot(x, lty = NA, col = NA, lwd = NA, xlab = "", ylab = "", add = FALSE, reset=TRUE,...)
x |
Array containing the values for which the experimenal anamorphosis must be displayed |
lty |
Vector of the line types |
col |
Vector of the line colors. By default col=c(1,2,3,...) |
lwd |
Vector of line widths. By default, lwd=c(1,1,1,...) |
xlab,ylab |
Labels for the graphic, arguments used by the Splus function "plot" |
add |
When FALSE a new page is initialized before the graphic. Otherwise, the graphic is overlayed on the already existing page. |
reset |
When TRUE, the screen is erased before the plot is performed. |
... |
Arguments used by the Splus functions |