View source: R/plotting_functions.R
plot.mesh.colors | R Documentation |
plotting individual specimens after color sampling
## S3 method for class 'mesh.colors'
plot(mesh.colors.object, individual = 1, style = "interior", ...)
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 |
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.