draw.post {RGeoS} | R Documentation |
Posting representation
draw.post(x, y, z, zmin = NA, zmax = NA, include.bounds = TRUE, fg.in = 2, bg.in = NA, pch = 21, ...)
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: 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. |
fg.in |
Color of the symbol foreground for the displayed samples |
bg.in |
Color of the symbol background for the displayed samples |
pch |
Type of symbol used for posting representation |
... |
Other parameters used as arguments for point function |