triangle.plot {RGeostats} | R Documentation |
Represent a set of triangles
triangle.plot(coords, triangles = NA, holes = NA, segments = NA, flag.point = 1, flag.holes = 1, flag.tri = 1, flag.seg = 1, title=NA, ...)
coords,triangles,holes,segments |
Arguments resulting from the triangulation step. See
|
flag.point |
When TRUE, the triangle vertices are numbered. |
flag.holes |
When TRUE, the holes are highlighted. |
flag.tri |
When TRUE, the triangles are numbered. |
flag.seg |
When TRUE, the segments are highlighted. |
title |
Title given to the figure (if provided) |
... |
Additional arguments passed to the graphic primitives such as
|