Description Usage Arguments Value Examples
View source: R/CMBDataFrameGenerics.R
If new.pix is unspecified then this function returns the vector of
HEALPix pixel indices from a CMBDataFrame. If new.pix is specified then
this function returns a new CMBDataFrame with the same number of rows
as cmbdf
, but with pix attribute new.pix
. Thus,
new.pix
must have length equal to nrow(cmbdf)
.
1 2 |
x |
A CMBDataFrame. |
new.pix |
Optional vector of pixel indices with
length equal to |
... |
Unused arguments. |
The vector of HEALPix pixel indices or, if new.pix is specified, a new CMBDataFrame.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.