plot0.grid {RGeoS}R Documentation

Represent a grid variable

Description

Represent a variable defined on a grid

Usage

plot0.grid(grid, x, y, gx, gy, pos.x=1, pos.y=2, 
name.image = NA, name.contour = NA, name.persp = NA,
name.prop = NA, name.literal = NA, name.post = NA, ref = NA, 
flag.grad = FALSE, zlim=NA, boundmin=NA, boundmax=NA, ...)

Arguments

grid

The db-class containing the variable to be represented

x

Array containing the sample coordinates along X

y

Array containing the sample coordinates along Y

gx

Array containing the gradient coordinates along X

gy

Array containing the gradient coordinates along Y

pos.x

Rank of the coordinate used for abcissae

pos.y

Rank of the coordinate for the ordinate

name.image

Name of the variable used for the image representation or NA if not

name.contour

Name of the variable used for the contour representation or NA if not

name.persp

Name of the variable used for the perspective representation or NA If not

name.prop

Name of the variable used for the proportional representation or NA if not

name.literal

Name of the variable used for the literal representation or NA if not

name.post

Name of the variable used for the posting representation or NA if not

ref

Coordinates of the reference corner point contained in the slice used for grid representation

flag.grad

When TRUE, the gradient are represented.

zlim

The bounds for the 'image' representation

boundmin

Set the minimum value to be plotted when facies are displayed as image (set to 1)

boundmax

Set the maximum value to be plotted when facies are displayed as image (set to the number of facies)

...

Arguments used by graphic functions

Details

For more information concerning the different representations:


[Package RGeoS version 9.1.1 Index]