draw.color {RGeostats} | R Documentation |
Color representation
draw.color(x, y, z, zmin = NA, zmax = NA, col = NA, fg = "red", pch = 21, pos.legend = 0, ...)
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 |
... |
Additional arguments passed to function |