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

winType<-R Documentation

Assign new winType to a CMBWindow

Description

Assign new winType to a CMBWindow

Usage

winType(win, ...) <- value

See Also

winType

Examples


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


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