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, box = TRUE, ...)

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

box

When TRUE, the box around the plotted area is plotted When FALSE, the box is not plotted. This property is essential for the perspective view.

...

Argument passed to persp.


[Package RGeostats version 14.0.10 Index]