rcosmo (version 1.1.2)

print.HPDataFrame: Print a HPDataFrame

Description

This function neatly prints the contents of a HPDataFrame.

Usage

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

Arguments

x

A HPDataFrame.

...

arguments passed to print.tbl_df

Value

Prints contents of the HPDataFrame to the console.

Examples

Run this code
# NOT RUN {
df <- HPDataFrame(I = rep(0,12), nside = 1, ordering = "nested")
print(df)
df

# }

Run the code above in your browser using DataLab