rcosmo (version 1.1.2)

maxWindowDist: Get the maximum distance between all points in a CMBWindow

Description

Get the maximum distance between all points in a CMBWindow

Usage

maxWindowDist(x)

Arguments

x

A CMBWindow object.

Value

The maximum distance between window's points.

Examples

Run this code
# NOT RUN {
## win is a equilateral spherical triangle which sides are pi/2
win <- CMBWindow(theta = c(0,pi/2,pi/2), phi = c(0,0,pi/2))
maxWindowDist(win)

# }

Run the code above in your browser using DataCamp Workspace