rcosmo (version 1.1.2)

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

Description

Check if an object is of class CMBDataFrame

Usage

is.CMBDataFrame(cmbdf)

Arguments

cmbdf

Any R object

Value

TRUE if cmbdf is a CMBDataFrame, otherwise FALSE

Examples

Run this code
# NOT RUN {
df <- CMBDataFrame(nside = 16)
is.CMBDataFrame(df)
df2 <- coords(df, new.coords = "cartesian")
is.CMBDataFrame(df2)


# }

Run the code above in your browser using DataCamp Workspace