rcosmo (version 1.1.2)

ordering<-.CMBDataFrame: Assign a new ordering scheme to a CMBDataFrame

Description

Assign a new ordering scheme to a CMBDataFrame

Usage

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

Arguments

See Also

ordering.CMBDataFrame

Examples

Run this code
# NOT RUN {
cmbdf <- CMBDataFrame(n = 1, ordering = "ring")
ordering(cmbdf) <- "nested"
ordering(cmbdf)

# }

Run the code above in your browser using DataCamp Workspace