View source: R/plotting_functions.R
plot.tri.surf.points | R Documentation |
plotting method for objects of class "tri.surf.points"
## S3 method for class 'tri.surf.points'
plot(
x,
style = "points",
corresponding.image,
wireframe.color = "black",
point.color = "red",
...
)
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.