Description Usage Arguments Value Examples
View source: R/CMBDataFrameGenerics.R
Check if an object is of class CMBDataFrame
1 | is.CMBDataFrame(cmbdf)
|
cmbdf |
Any R object |
TRUE if cmbdf
is a CMBDataFrame, otherwise FALSE
1 2 3 4 | df <- CMBDataFrame(nside = 16)
is.CMBDataFrame(df)
df2 <- coords(df, new.coords = "cartesian")
is.CMBDataFrame(df2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.