Description Usage Arguments Value Examples
View source: R/CMBDataFrameGenerics.R
This function produces a plot from a CMBDataFrame
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
x |
A |
intensities |
The name of a column that specifies CMB intensities.
This is only used if |
add |
If TRUE then this plot will be added to any existing plot.
Note that if |
sample.size |
Optionally specifies the size of a simple random sample to take before plotting. This can make the plot less computationally intensive. |
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. |
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. |
col |
Specify the colour(s) of the plotted points. |
back.col |
Optionally specifies the background colour of the plot. This argument is passed to rgl::bg3d. |
labels |
Optionally specify a vector of labels to plot,
such as words or vertex indices. If this is specified then
|
hp.boundaries |
Integer. If greater than 0 then HEALPix
pixel boundaries at |
hpb.col |
Colour for the |
depth_test |
The depth test to be applied to the
plotted points. This controls how resistant the plotted
object is to being obscured. See |
lab_depth_test |
The |
... |
Arguments passed to rgl::plot3d. |
A plot of the CMB data
1 2 3 4 | ## First download the map
# downloadCMBMap(foreground = "smica", nside = 1024)
# sky <- CMBDataFrame("CMB_map_smica1024.fits")
# plot(sky, sample.size = 800000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.