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

Description Usage See Also Examples

Description

Assign a new ordering scheme to a CMBDataFrame

Usage

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

See Also

ordering.CMBDataFrame

Examples

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

rcosmo documentation built on Dec. 11, 2021, 9:29 a.m.