spheroids3d {unfoldr}R Documentation

Plot particle system

Description

Draw particle system as defined by S.

Usage

spheroids3d(S, box, draw.axes = FALSE, draw.box = TRUE, draw.bg = TRUE,
  bg.col = "white", clipping = FALSE, ...)

Arguments

S

a list of spheroids

box

simulation box

draw.axes

logical: if true, draw the axes

draw.box

logical: if true, draw the bounding box

draw.bg

logical: if true, draw the a gray background box

bg.col

background color used to draw the box background

clipping

logical: if true clip to the bounding box

...

further material properties passed to 3d plotting functions

Details

The function requires the package rgl to be installed.


[Package unfoldr version 0.6.3 Index]