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

Description Usage Arguments Value Examples

View source: R/CMBDat.R

Description

Check if an object is of class CMBDat

Usage

1
is.CMBDat(cmbdf)

Arguments

cmbdf

Any R object

Value

TRUE if cmbdf is a CMBDat object, otherwise FALSE

Examples

1
2
3
4
5
## First download the map
# downloadCMBMap(foreground = "smica", nside = 1024)
# cmbdat <- CMBDat("CMB_map_smica1024.fits", mmap = TRUE)
# class(cmbdat)
# is.CMBDat(cmbdat)

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