powered by
This function neatly prints the contents of a CMBDataFrame.
# S3 method for CMBDataFrame print(x, ...)
A CMBDataFrame.
CMBDataFrame
arguments passed to print.tbl_df
print.tbl_df
Prints contents of the CMB data frame to the console.
# NOT RUN { ## First download the map # downloadCMBMap(foreground = "smica", nside = 1024) # df <- CMBDataFrame("CMB_map_smica1024.fits") # print(df) # }
Run the code above in your browser using DataLab