anam.plot {RGeoS} | R Documentation |
Plot the Anamorphosis Model
anam.plot(x, aymin = -10, aymax = 10, ndisc = 100, lty = NA, col = NA, lwd = NA, xlab = "", ylab = "", add = FALSE, reset=TRUE,...)
x |
The |
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 |