plot0.point {RGeoS}R Documentation

Representation of the values of z.

Description

Representation of the values of z.

Usage

plot0.point(db, x, y, gx, gy, pos.x=1, pos.y=2,
name.post = NA, name.prop = NA, name.literal = NA, ref = NA, 
flag.grad = FALSE, ...)

Arguments

db

The db-class to be visualized.

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 used for ordinate

name.post

Name of the variable used for the posting 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

ref

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

flag.grad

When TRUE, the gradient are represented.

...

Arguments used by graphic functions

Details

For more information concerning the different representations:


[Package RGeoS version 9.1.1 Index]