anam.plot {RGeostats}R Documentation

Plot Anamorphosis Model

Description

Plot the Anamorphosis Model

Usage

anam.plot(x, aymin = -10, aymax = 10, ndisc = 100,
        rkfrom=1, rkto=3, items=2, flag.regular=TRUE, flag.hist=FALSE,
	lty = NA, col = NA, lwd = NA, xlab = NA, ylab = NA, 
        pos.legend=0, add = FALSE, title=NA, 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

rkfrom

When displaying the Discrete Anamorphosis, you can choose the rank of the first MAF to be represented.This number must be smaller than the total number of classes for which the Discrete Anamorphosis has been built.

rkto

When displaying the Discrete Anamorphosis, you can choose the rank of the last MAF to be represented.This number must be smaller than the total number of classes for which the Discrete Anamorphosis has been built.

items

Mode used for representing Discrete Anamorphosis. It must be one of the following values:

  • 1 Experimental MAFs

  • 2 Fitted factors

  • 0 Both

flag.regular

When switched ON, the horizontal axis is annontated with class number. Otherwise it is scaled with grade (cutoffs or mid values per class)

flag.hist

When switched ON, the MAFs (or factors) are displayed as bar plot ("histogram like") When switched OFF, the MAFs (or factors) are displayed as points joined by lines.

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"

pos.legend

Position of the optional legend. See legend.locate for details.

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.

See Also

anam-class


[Package RGeostats version 14.0.10 Index]