cdf.plot {RGeostats}R Documentation

Plot Experimental Anamorphosis

Description

Plot the Experimental Anamorphosis for a vector of data

Usage

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

Arguments

x

Array containing the values for which the experimenal anamorphosis must be displayed

w

Optional array containing the weights

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.

title

Title to be displayed (optional)

reset

When TRUE, the screen is erased before the plot is performed.

...

Arguments used by the functions define.scenes and lines.


[Package RGeostats version 14.0.10 Index]