cylinders3d {unfoldr} | R Documentation |
Draw spherocylinders in 3D
cylinders3d(S, box, draw.axes = FALSE, draw.box = TRUE, clipping = FALSE, ...)
S |
list of cylinders, see |
box |
simulation box |
draw.axes |
logical, whether to show the axes |
draw.box |
logical, whether to show the bounding box |
clipping |
logical, whether to clip all lateral planes of the simulation box |
... |
further material properties passed to 3d plotting functions |
The function requires the package 'rgl
' to draw spherocylinders into a 3D 'rgl
' image.
For an example please see the file 'simCylinders.R'.
M. Baaske