View source: R/CMBWindowHelpers.R
maxWindowDist | R Documentation |
CMBWindow
Get the maximum distance between all points
in a CMBWindow
maxWindowDist(x)
x |
A CMBWindow object. |
The maximum distance between window's points.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.