draw.literal {RGeostats}R Documentation

Literal representation

Description

Literal representation

Usage

draw.literal(x, y, z, elev, 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

elev

Array giving the values of the samples (only used for RGL representation)

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 passed to function:


[Package RGeostats version 14.0.10 Index]