powered by
Check if an object is of class CMBDataFrame
is.CMBDataFrame(cmbdf)
Any R object
TRUE if cmbdf is a CMBDataFrame, otherwise FALSE
cmbdf
# 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 DataLab