winType-set: Assign new 'winType' to a 'CMBWindow'

Description Usage See Also Examples

Description

Assign new winType to a CMBWindow

Usage

1
winType(win, ...) <- value

See Also

winType

Examples

1
2
3
4
win <- CMBWindow(x = 1, y = 0, z = 0, r = 0.5, set.minus = TRUE)
winType(win)
winType(win) <- "disc"
winType(win)

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