plot.tessellations: Plot tessellations

Description Usage Arguments

View source: R/plotting.R

Description

Plot function for a tessellations object.

Usage

1
2
3
## S3 method for class 'tessellations'
plot(tes, dens = T, single = NULL,
  triangles = NULL, tricol = single)

Arguments

tes

The tessellation object

dens

Whether the density should be plotted. If not, only the tessellation is plotted.

single

If only a single class is to be plotted, then the index of that class should be specified here.

triangles

The triangles to shade. Used only when plotting a single class, not doing a density plot and using two dimensional data.

tricol

The color to use when shading triangles.


mickash/DTFE documentation built on Nov. 16, 2019, 1:49 p.m.