rcosmo (version 1.1.2)

geoArea.CMBWindow: Geodesic area of a CMBWindow

Description

Geodesic area of a CMBWindow

Usage

# S3 method for CMBWindow
geoArea(x)

Arguments

x

A CMBWindow.

Value

The spherical area inside the CMBWindow x.

Examples

Run this code
# NOT RUN {
## A window that covers 1/8 of the unit sphere is constructed and its area is
## pi/2 = 1/8*(surface area of unit sphere)

win <- CMBWindow(theta = c(0,pi/2,pi/2), phi = c(0,0,pi/2))
geoArea(win)

# }

Run the code above in your browser using DataLab