triangle.plot {RGeostats}R Documentation

Represent a set of triangles

Description

Represent a set of triangles

Usage

triangle.plot(coords, triangles = NA, holes = NA, segments = NA,
              flag.point = 1, flag.holes = 1, flag.tri = 1, flag.seg = 1,
              title=NA,  ...)

Arguments

coords,triangles,holes,segments

Arguments resulting from the triangulation step. See check.triangle for explanations.

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 polygon, segments, points and text.


[Package RGeostats version 11.0.4 Index]