print.HPDataFrame: Print a 'HPDataFrame'

View source: R/HPDataFrame.R

print.HPDataFrameR Documentation

Print a HPDataFrame

Description

This function neatly prints the contents of a HPDataFrame.

Usage

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

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


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