powered by
HPDataFrame
Check if an object is of class HPDataFrame
is.HPDataFrame(hpdf)
Any R object
TRUE if hpdf is a HPDataFrame, otherwise FALSE
hpdf
# NOT RUN { df <- CMBDataFrame(nside = 16) is.HPDataFrame(df) df <- HPDataFrame(I = rep(0,12), nside = 1) is.HPDataFrame(df) # }
Run the code above in your browser using DataLab