box3js | R Documentation |
Add a box to an r3js plot
box3js(
data3js,
sides = c("x", "y", "z"),
dynamic = TRUE,
col = "grey80",
geometry = FALSE,
renderOrder = 1,
...
)
data3js |
The data3js object |
sides |
The axis side to show the box, any combination of "x", "y" or "z" |
dynamic |
Should edges of the box closest to the viewer hide themselves automatically |
col |
Box color |
geometry |
Should the box be rendered as a physical geometry in the scene (see |
renderOrder |
The render order for the box, defaults to 1 |
... |
Other arguments to pass to |
Returns an updated data3js object
Other plot components:
arrows3js()
,
axis3js()
,
grid3js()
,
legend3js()
,
light3js()
,
lines3js()
,
mtext3js()
,
points3js()
,
segments3js()
,
shape3js()
,
sphere3js()
,
surface3js()
,
text3js()
,
triangle3js()
p <- plot3js.new()
p <- box3js(p)
r3js(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.