plot.slider3d | R Documentation |
plot the result of slider3d
## S3 method for class 'slider3d'
plot(
x,
cols = 2:4,
pt.size = NULL,
point = c("sphere", "point"),
specimen = 1,
add = TRUE,
...
)
x |
result of |
cols |
vector containing colors for each coordinate type cols[1]=landmarks, cols[2]=surface landmarks, cols[3]=outlines. |
pt.size |
size of plotted points/spheres. If |
point |
how to render landmarks. |
specimen |
integer: select the specimen to plot |
add |
logical: if TRUE, a new rgl window is opened. |
... |
additonal, currently unused parameters |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.