print.HPDataFrame: Print a 'HPDataFrame'

Description Usage Arguments Value Examples

View source: R/HPDataFrame.R

Description

This function neatly prints the contents of a HPDataFrame.

Usage

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

Arguments

x

A HPDataFrame.

...

arguments passed to print.tbl_df

Value

Prints contents of the HPDataFrame to the console.

Examples

1
2
3
df <- HPDataFrame(I = rep(0,12), nside = 1, ordering = "nested")
print(df)
df

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