Draw spherocylinders in 3D
cylinders3d(S, box, draw.axes = FALSE, draw.box = TRUE, clipping = FALSE, ...)
list of cylinders, see simPoissonSystem
simulation box
logical, whether to show the axes
logical, whether to show the bounding box
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'.