spheroids3d {unfoldr} | R Documentation |
Draw a spheroid system in 3D
spheroids3d(S, box, draw.axes = FALSE, draw.box = TRUE, draw.bg = TRUE, bg.col = "white", clipping = FALSE, ...)
S |
list of spheroids, see |
box |
simulation box |
draw.axes |
logical, whether to show the axes |
draw.box |
logical, whether to show the bounding box |
draw.bg |
logical, whether to show a gray background box correpsonding to the simulation box |
bg.col |
background color used showw the box background |
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 spheroids. For an example
please see the file 'simSpheroids.R'.
M. Baaske