plot the result of slider3d
# S3 method for slider3d
plot(
x,
cols = 2:4,
pt.size = NULL,
point = c("sphere", "point"),
specimen = 1,
add = TRUE,
...
)
result of slider3d
call
vector containing colors for each coordinate type cols[1]=landmarks, cols[2]=surface landmarks, cols[3]=outlines.
size of plotted points/spheres. If point="s"
.
pt.size
defines the radius of the spheres. If point="p"
it
sets the variable size
used in point3d
.
how to render landmarks.
integer: select the specimen to plot
logical: if TRUE, a new rgl window is opened.
additonal, currently unused parameters