draw.persp {RGeostats} | R Documentation |
Perspective representation for a Grid
draw.persp(grid, x, y, z, pos.x = 1, pos.y = 2, col = NA, box = TRUE, ...)
grid |
The |
x |
Array of X-coordinates of the grid |
y |
Array of Y-coordinates of the grid |
z |
Matrix containing the variable to be represented in isolines |
pos.x |
Index of the field used for abcissae |
pos.y |
Index of the field for the ordinate |
col |
Color used for the perspective representation |
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. |
... |
Argument passed to |