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

View source: R/CMBDataFrameGenerics.R

is.CMBDataFrameR Documentation

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


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



frycast/rcosmo documentation built on Oct. 11, 2022, 5:21 p.m.