anam.plot {RGeoS}R Documentation

Plot Anamorphosis Model

Description

Plot the Anamorphosis Model

Usage

anam.plot(x, aymin = -10, aymax = 10, ndisc = 100, 
	lty = NA, col = NA, lwd = NA, xlab = "", ylab = "", 
	add = FALSE, reset=TRUE,...)

Arguments

x

The anam-class structure which contains the characteristics of the modelled anamorphosis

aymin

Minimum gaussian value

aymax

Maximum gaussian value

ndisc

Number of discretization steps

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.

See Also

anam-class


[Package RGeoS version 9.1.1 Index]