draw.literal {RGeoS}R Documentation

Literal representation

Description

Literal representation

Usage

draw.literal(x, y, z, zmin = NA, zmax = NA, 
include.bounds = TRUE, ...)

Arguments

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


[Package RGeoS version 9.1.1 Index]