plot.mesh.colors: plotting individual specimens after color sampling

Description Usage Arguments Value

View source: R/plotting_functions.R

Description

plotting individual specimens after color sampling

Usage

1
2
## S3 method for class 'mesh.colors'
plot(mesh.colors.object, individual = 1, style = "interior", ...)

Arguments

mesh.colors.object

an object of class "tri.surf.points". If using this function after color sampling, it will be object$delaunay

individual

which individual from your landmark dataframe you'd like to plot

style

plot raw "sampled" color or "calibrated" color? Sampled is the default.

...

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.