Description Usage Arguments Value Examples
Check if an object is of class HPDataFrame
1 | is.HPDataFrame(hpdf)
|
hpdf |
Any R object |
TRUE if hpdf
is a HPDataFrame, otherwise FALSE
1 2 3 4 5 | df <- CMBDataFrame(nside = 16)
is.HPDataFrame(df)
df <- HPDataFrame(I = rep(0,12), nside = 1)
is.HPDataFrame(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.