draw.point {RGeostats} | R Documentation |
Point representation
draw.point(db, x, y, elev, gx, gy, tx, ty, azim, dip, gsize, ll, ul, pos.x = 1, pos.y =2, name.post = NA, name.prop = NA, name.literal = NA, name.color=NA, ref = NA, flag.grad = FALSE, flag.tgte=FALSE, flag.dip = FALSE, flag.mima = FALSE, flag.abs=FALSE, ...)
db |
|
x |
Vector containing the X-coordinate of the samples |
y |
Vector containing the Y-coordinate of the samples |
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 samples |
gy |
Vector containing the Y-gradient component of the samples |
tx |
Vector containing the X-tangent component of the samples |
ty |
Vector containing the Y-tangent component of the samples |
azim |
Vector containing the azimuth component of the samples |
dip |
Vector containing the dip component of the samples |
gsize |
Vector containing the size component of the samples |
ll |
Vector containing the lower bound of the samples |
ul |
Vector containing the upper bound of the samples |
pos.x |
Index of the field used for abcissae |
pos.y |
Index of the field for the ordinate |
name.post |
Name of the variable used for the posting representation (display a constant symbol) 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.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). |
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. |
... |
Additional parameters. See details. |
According to the type of representation, the "..." argument is passed to:
For sample posting: draw.post
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