Learn R Programming

Morpho (version 2.6)

plot.slider3d: plot the result of slider3d

Description

plot the result of slider3d

Usage

# S3 method for slider3d
plot(x, cols = 2:4, pt.size = NULL, point = c("sphere",
  "point"), specimen = 1, add = TRUE, ...)

Arguments

x

result of slider3d call

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="s". pt.size defines the radius of the spheres. If point="p" it sets the variable size used in point3d.

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