is.CMBDataFrame: Check if an object is of class CMBDataFrame

Description Usage Arguments Value Examples

View source: R/CMBDataFrameGenerics.R

Description

Check if an object is of class CMBDataFrame

Usage

1

Arguments

cmbdf

Any R object

Value

TRUE if cmbdf is a CMBDataFrame, otherwise FALSE

Examples

1
2
3
4
df <- CMBDataFrame(nside = 16)
is.CMBDataFrame(df)
df2 <- coords(df, new.coords = "cartesian")
is.CMBDataFrame(df2)

rcosmo documentation built on Dec. 11, 2021, 9:29 a.m.