powered by
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, ...)animate_stereo(data, tour_path = grand_tour(3), blue = rgb(0, 0.91, 0.89), red = rgb(0.98, 0.052, 0), ...)
animate_stereo(data, tour_path = grand_tour(3), blue = rgb(0, 0.91, 0.89), red = rgb(0.98, 0.052, 0), ...)
blue colour (for right eye)
red colour (for left eye)
other arguments passed on to animate
animate
matrix, or data frame containing numeric columns
tour path generator, defaults to 2d grand tour
# NOT RUN { animate_stereo(flea[, 1:6]) # }
Run the code above in your browser using DataLab