draw.post {RGeostats}R Documentation

Posting representation

Description

Posting representation

Usage

draw.post(x, y, z, elev, zmin = NA, zmax = NA, include.bounds = TRUE, 
          col = "black", bg = "red", pch = 21, ...)

Arguments

x

Array giving the coordinates of the samples along X

y

Array giving the coordinates of the samples along Y

z

Array giving the target variable

elev

Array giving the values of the samples (only used for RGL representation)

zmin

Minimum acceptable value for the target variable: a sample for which the target variable is lower than zmin is not represented.

zmax

Maximum acceptable value for the target variable: a sample for which the target variable is larger than zmax is not represented.

include.bounds

When TRUE, the samples whose target variable is exactly equal to the lower or the upper bound are represented.

col

Color of the symbol foreground for the displayed samples

bg

Color of the symbol background for the displayed samples

pch

Type of symbol used for posting representation

...

Other parameters passed to function:


[Package RGeostats version 14.0.10 Index]