draw.grid {RGeostats} | R Documentation |
Grid representation
draw.grid(grid, x, y, elev, gx, gy, tx, ty, azim, dip, gsize, ll, ul, pos.x = 1, pos.y= 2, name.image = NA, name.contour = NA, name.persp = NA, name.prop = NA, name.literal = NA, name.post = NA, name.color=NA, ref = NA, box = TRUE, zlim = NA, flag.grad = FALSE, flag.tgte=FALSE, flag.dip = FALSE, flag.mima = FALSE, flag.abs=FALSE, flag.log10=FALSE,boundmin = NA, boundmax = NA, pos.legend=0,...)
grid |
A |
x |
Vector containing the X-coordinate of the grid meshes |
y |
Vector containing the Y-coordinate of the grid meshes |
elev |
Vector containing the variable used as elevation. This is needed for representation using RGL mode. |
gx |
Vector containing the X-gradient component of the grid meshes |
gy |
Vector containing the Y-gradient component of the grid meshes |
tx |
Vector containing the X-tangent component of the grid meshes |
ty |
Vector containing the Y-tangetn component of the grid meshes |
azim |
Vector containing the azimuth component of the grid meshes |
dip |
Vector containing the dip component of the grid meshes |
gsize |
Vector containing the size component of the grid meshes |
ll |
Vector containing the lower limit component of the grid meshes |
ul |
Vector containing the upper limit component of the grid meshes |
pos.x |
Index of the field used for abcissae |
pos.y |
Index of the field for the ordinate |
name.image |
Name of the variable used for the image representation or NA if not. Only used for grid Db. |
name.contour |
Name of the variable used for the contour representation or NA if not. Only used for grid Db. |
name.persp |
Name of the variable used for the perspective representation or NA if not. Only used for grid Db. |
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. |
name.color |
Name of the variable used for the color representation or NA if not. |
ref |
Definition of the reference corner point contained in the slice represented for grid Db. These coordinates are defined in grid mesh units (starting from 1). |
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. |
zlim |
The bounds for the 'image' representation |
flag.grad |
When TRUE, the gradients are represented |
flag.tgte |
When TRUE, the tangents are represented |
flag.dip |
When TRUE, the dips are represented |
flag.mima |
When TRUE, the (lower and upper) bounds are represented. |
flag.abs |
When TRUE, the absolute value of the variable is represented. Only valid for the proportional representation. |
flag.log10 |
Transform data in Log scale (Base 10). |
boundmin |
Minimum value to be represented |
boundmax |
Maximum value to be represented |
pos.legend |
Position of the optional legend. See |
... |
Additional parameters. See details. |
According to the type of representation, the "..." argument is passed to:
For raster display: draw.image
For sample posting: draw.post
For contour display: contour
For perspective display: persp
For proportional display: draw.proportion
For literal display: draw.literal
For color display: draw.color
For gradient display: draw.gradient
For dip and azimuth display: draw.dip
For min-max display: draw.mima
but also legend.image