Description Usage Arguments Examples
Easily create options.
1 2 3 4 5 | opts_aframe(...)
vect_aframe(vect)
xyz_aframe(x, y, z)
|
... |
Any |
vect |
Vector of coordinates. |
x, y, z |
Coordinates. |
1 2 3 4 5 6 | (opts_aframe(event = "mouseenter", color = "#8FF7FF", boolean = TRUE))
coord_vect <- vect_aframe(c(0, 1, 0))
(coord_xyz <- xyz_aframe(0, 1, 0))
identical(coord_vect, coord_xyz)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.