draw.literal {RGeoS} | R Documentation |
Literal representation
draw.literal(x, y, z, zmin = NA, zmax = NA, include.bounds = TRUE, ...)
x |
Array containing the sample coordinates along X |
y |
Array containing the sample coordinates along Y |
z |
Array containing the target variable |
zmin |
Lower bound of the represented variable |
zmax |
Upper bound of the represented variable |
include.bounds |
When TRUE, the samples whose target variable is exactly equal to the lower or the upper bound are represented. |
... |
Other parameters used as arguments for text function |