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

View source: R/CMBDat.R

is.CMBDatR Documentation

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

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


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