| is.CMBDat | R Documentation |
Check if an object is of class CMBDat
is.CMBDat(cmbdf)
cmbdf |
Any R object |
TRUE if cmbdf is a CMBDat object, otherwise FALSE
## First download the map
# downloadCMBMap(foreground = "smica", nside = 1024)
# cmbdat <- CMBDat("CMB_map_smica1024.fits", mmap = TRUE)
# class(cmbdat)
# is.CMBDat(cmbdat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.