print.CMBDataFrame: Print CMBDataFrame

Description Usage Arguments Value Examples

View source: R/CMBDataFrameGenerics.R

Description

This function neatly prints the contents of a CMBDataFrame.

Usage

1
2
## S3 method for class 'CMBDataFrame'
print(x, ...)

Arguments

x

A CMBDataFrame.

...

arguments passed to print.tbl_df

Value

Prints contents of the CMB data frame to the console.

Examples

1
2
3
4
## First download the map
# downloadCMBMap(foreground = "smica", nside = 1024)
# df <- CMBDataFrame("CMB_map_smica1024.fits")
# print(df)

rcosmo documentation built on Dec. 11, 2021, 9:29 a.m.