cdf.plot {RGeoS}R Documentation

Plot Experimental Anamorphosis

Description

Plot the Experimental Anamorphosis for a vector of data

Usage

cdf.plot(x, lty = NA, col = NA, lwd = NA, xlab = "", ylab = "",		
	    add = FALSE, reset=TRUE,...)

Arguments

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 model.plot and legend.line.


[Package RGeoS version 9.1.1 Index]