draw.color {RGeostats}R Documentation

Color representation

Description

Color representation

Usage

draw.color(x, y, z, zmin = NA, zmax = NA, col = NA, fg = "red", pch = 21,
pos.legend = 0, ...)

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

zmin

Minimum acceptable value for the target variable.

zmax

Maximum acceptable value for the target variable.

col

Color of the symbol background for the samples whose target variable lies within the bounds.

fg

Color of the symbol foreground for the samples

pch

Symbol type for representing for samples

pos.legend

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

...

Additional arguments passed to function points, legend.image and deg2coor.


[Package RGeostats version 11.2.5 Index]