rcosmo (version 1.1.2)

nside.HPDataFrame: HEALPix Nside parameter from a HPDataFrame

Description

This function returns the HEALPix Nside parameter of a HPDataFrame

Usage

# S3 method for HPDataFrame
nside(x)

Arguments

Value

The HEALPix Nside parameter.

Examples

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

# }

Run the code above in your browser using DataCamp Workspace