is.HPDataFrame: Check if an object is of class 'HPDataFrame'

View source: R/HPDataFrame.R

is.HPDataFrameR Documentation

Check if an object is of class HPDataFrame

Description

Check if an object is of class HPDataFrame

Usage

is.HPDataFrame(hpdf)

Arguments

hpdf

Any R object

Value

TRUE if hpdf is a HPDataFrame, otherwise FALSE

Examples


df <- CMBDataFrame(nside = 16)
is.HPDataFrame(df)

df <- HPDataFrame(I = rep(0,12), nside = 1)
is.HPDataFrame(df)


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