View source: R/display-stereo.r
display_stereo | R Documentation |
Uses red-blue anaglyphs to display a 3d tour path. You'll need some red- blue glasses to get much out of this displays!
display_stereo(blue, red, cex = 1, ...)
animate_stereo(
data,
tour_path = grand_tour(3),
blue = rgb(0, 0.91, 0.89),
red = rgb(0.98, 0.052, 0),
...
)
blue |
blue colour (for right eye) |
red |
red colour (for left eye) |
cex |
size of the point to be plotted. Defaults to 1. |
... |
other arguments passed on to |
data |
matrix, or data frame containing numeric columns |
tour_path |
tour path generator, defaults to 2d grand tour |
animate_stereo(flea[, 1:6])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.