rcosmo (version 1.1.2)

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

Description

Check if an object is of class CMBDat

Usage

is.CMBDat(cmbdf)

Arguments

cmbdf

Any R object

Value

TRUE if cmbdf is a CMBDat object, otherwise FALSE

Examples

Run this code
# NOT RUN {
## First download the map
# downloadCMBMap(foreground = "smica", nside = 1024)
# cmbdat <- CMBDat("CMB_map_smica1024.fits", mmap = TRUE)
# class(cmbdat)
# is.CMBDat(cmbdat)

# }

Run the code above in your browser using DataLab