View source: R/rgl.test.scene.R
rgl.test.scene | R Documentation |
Draws a c3D test image with three Cartesian axes, a sphere of radius 0.5 and three light sources with RGB colors.
rgl.test.scene(center = c(0, 0, 0), width = 0.5)
center |
3-vector specifying the centre of the 3D plot. |
width |
either an integer (>1) specifying the number of pixels in the horizontal direction, or a real value (>0 and <=1) specifying the fraction of the available pixels. If the selected aspect ratio causes the number of vertical pixels to exceed the available number, the width is reduced as much as necessary. |
None
Danail Obreschkow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.