geoArea.CMBWindow: Geodesic area of a 'CMBWindow'

Description Usage Arguments Value Examples

View source: R/CMBWindowGenerics.R

Description

Geodesic area of a CMBWindow

Usage

1
2
## S3 method for class 'CMBWindow'
geoArea(x)

Arguments

x

A CMBWindow.

Value

The spherical area inside the CMBWindow x.

Examples

1
2
3
4
5
## 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)

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