View source: R/CMBDataFrameGenerics.R
| print.CMBDataFrame | R Documentation |
This function neatly prints the contents of a CMBDataFrame.
## S3 method for class 'CMBDataFrame' print(x, ...)
x |
A |
... |
arguments passed to |
Prints contents of the CMB data frame to the console.
## First download the map
# downloadCMBMap(foreground = "smica", nside = 1024)
# df <- CMBDataFrame("CMB_map_smica1024.fits")
# print(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.