powered by
CMBWindow
This function produces a summary from a CMBWindow
# S3 method for CMBWindow summary(object, ...)
A CMBWindow.
Unused arguments.
A summary includes window's type and area
# NOT RUN { win <- CMBWindow(theta = c(0,pi/2,pi/2), phi = c(0,0,pi/2)) summary(win) win1<- CMBWindow(x=0,y=3/5,z=4/5,r=0.8, set.minus = TRUE) summary(win1) # }
Run the code above in your browser using DataLab