rcosmo (version 1.1.2)

winType<-: Assign new winType to a CMBWindow

Description

Assign new winType to a CMBWindow

Usage

winType(win, ...) <- value

Arguments

See Also

winType

Examples

Run this code
# NOT RUN {
win <- CMBWindow(x = 1, y = 0, z = 0, r = 0.5, set.minus = TRUE)
winType(win)
winType(win) <- "disc"
winType(win)

# }

Run the code above in your browser using DataLab