rcosmo (version 1.1.2)

print.CMBDataFrame: Print CMBDataFrame

Description

This function neatly prints the contents of a CMBDataFrame.

Usage

# S3 method for CMBDataFrame
print(x, ...)

Arguments

...

arguments passed to print.tbl_df

Value

Prints contents of the CMB data frame to the console.

Examples

Run this code
# 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