Description Usage Arguments Value Examples
Check if an object is of class CMBDat
1 | is.CMBDat(cmbdf)
|
cmbdf |
Any R object |
TRUE if cmbdf
is a CMBDat object, otherwise FALSE
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.