rcosmo (version 1.1.2)

summary.CMBWindow: Summarise a CMBWindow

Description

This function produces a summary from a CMBWindow

Usage

# S3 method for CMBWindow
summary(object, ...)

Arguments

object

A CMBWindow.

...

Unused arguments.

Value

A summary includes window's type and area

Examples

Run this code
# 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