Description Usage Arguments Examples
View source: R/CMBWindowGenerics.R
Visualise a CMBWindow
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
x |
A CMBWindow. |
add |
if TRUE then this plot will be added to any existing plot.
Note that if |
type |
a single character indicating the type of item to plot. Supported types are: 'p' for points, 's' for spheres, 'l' for lines, 'h' for line segments from z = 0, and 'n' for nothing. |
col |
specify the colour(s) of the plotted points |
size |
the size of plotted points |
box |
whether to draw a box |
axes |
whether to draw axes |
aspect |
either a logical indicating whether to adjust the aspect ratio, or a new ratio. |
back.col |
specifies the background colour of the plot. This argument is passed to rgl::bg3d. |
depth_test |
The depth test to be applied.
This controls how resistant the plotted
object is to being obscured.
See |
... |
arguments passed to rgl::plot3d |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.