plot.tri.surf.points: plotting method for objects of class "tri.surf.points"

Description Usage Arguments Value

View source: R/plotting_functions.R

Description

plotting method for objects of class "tri.surf.points"

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'tri.surf.points'
plot(
  x,
  style = "points",
  corresponding.image,
  wireframe.color = "black",
  point.color = "red",
  ...
)

Arguments

x

an object of class "tri.surf.points"

style

the type of plot to generate. There are currently 2 options, "points" and "triangulation". "points" is the default and just plots the interior and perimeter points. "triangulation" plots the delaunay triangulation wireframe with centroids highlighted.

...

Additional plotting parameters to be passed to plot.default

Value

A list of class tri.surf.points. $interior is the position of internal (non-perimeter) points generated from triangulation. $perimeter is the initial points submitted for triangulation. $centroids is the final set of centroids from the triangulation. $final.mesh is the last round of triangulation. $point.map is the point map used to give the order of perimeter landmarks.


J0vid/Colormesh documentation built on Feb. 4, 2022, 1:33 a.m.