plot0.grid {RGeoS} | R Documentation |
Represent a variable defined on a grid
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, ...)
grid |
The |
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 |
For more information concerning the different representations:
If "name.image" is defined: see image
If "name.post" is defined: see draw.post
If "name.contour" is defined: see contour
If "name.persp" is defined: see persp
If "name.prop" is defined: see draw.proportion
If "name.literal" is defined: see draw.literal
If a flag.grad is defined: see draw.gradient