Description Usage Arguments Value Examples
View source: R/DisplayHEALPix.R
Plot the HEALPix pixel boundaries at nside
1 2 3 4 5 6 7 8 9 10 11 12 13 |
nside |
the HEALPix nside parameter (integer number 2^k) |
eps |
controls the smoothness of the plot, smaller eps implies more samples |
col |
the colour of plotted boundary lines |
lwd |
the thickness of the plotted boundary lines |
ordering |
optionally specify an ordering scheme from which to plot HEALPix pixel numbers. Can be either "ring" or "nested" |
incl.labels |
If |
nums.col |
specifies the colour of pixel numbers
if |
nums.size |
specifies the size of pixel numbers
if |
font |
A numeric font number from 1 to 5,
used if |
depth_test |
The depth test to be applied.
This controls how resistant the plotted
object is to being obscured. See |
... |
arguments passed to |
Produces a plot of the HEALPix pixel boundaries.
1 2 | displayPixelBoundaries(1, eps = pi/90, col = "red")
displayPixelBoundaries(2, eps = pi/90, col = "green")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.