draw.persp {RGeostats}R Documentation

Perspective representation for a Grid

Description

Perspective representation for a Grid

Usage

draw.persp(grid, x, y, z, pos.x = 1, pos.y = 2, col = NA, ...)

Arguments

grid

The db-class defining the Grid structure

x

Array of X-coordinates of the grid

y

Array of Y-coordinates of the grid

z

Matrix containing the variable to be represented in isolines

pos.x

Index of the field used for abcissae

pos.y

Index of the field for the ordinate

col

Color used for the perspective representation

...

Argument passed to persp.


[Package RGeostats version 11.2.5 Index]