Draw a spheroid system in 3D
spheroids3d(
S,
box,
draw.axes = FALSE,
draw.box = TRUE,
draw.bg = TRUE,
bg.col = "white",
clipping = FALSE,
...
)
list of spheroids, see simPoissonSystem
simulation box
logical, whether to show the axes
logical, whether to show the bounding box
logical, whether to show a gray background box correpsonding to the simulation box
background color used showw the box background
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'.