print.CMBDataFrame: Print CMBDataFrame

View source: R/CMBDataFrameGenerics.R

print.CMBDataFrameR Documentation

Print CMBDataFrame

Description

This function neatly prints the contents of a CMBDataFrame.

Usage

## 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

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


frycast/rcosmo documentation built on Oct. 11, 2022, 5:21 p.m.