rgl.coord.lines | R Documentation |
Plot positive x, y, and z axes from the center to 'len'. Gets added to current plot. Useful for debugging and understanding the 'rgl' coordinate system.
rgl.coord.lines(len = 100)
len |
numeric scalar or vector of length 3, length of axes. You can specify a negative value to see the negative directions. |
'NULL', called for the plotting side effect.
The x, y and z axes are plotted in red, green, and blue, respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.