draw.contour {RGeostats}R Documentation

Isoline representation for a Grid

Description

Isoline representation for a Grid

Usage

draw.contour(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 isoline representation

...

Argument passed to contour.


[Package RGeostats version 14.0.10 Index]