ordering-set-.CMBDataFrame: Assign a new ordering scheme to a 'CMBDataFrame'

ordering<-.CMBDataFrameR Documentation

Assign a new ordering scheme to a CMBDataFrame

Description

Assign a new ordering scheme to a CMBDataFrame

Usage

## S3 replacement method for class 'CMBDataFrame'
ordering(x, ...) <- value

See Also

ordering.CMBDataFrame

Examples

cmbdf <- CMBDataFrame(n = 1, ordering = "ring")
ordering(cmbdf) <- "nested"
ordering(cmbdf)


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