summary.CMBWindow: Summarise a 'CMBWindow'

View source: R/CMBWindowGenerics.R

summary.CMBWindowR Documentation

Summarise a CMBWindow

Description

This function produces a summary from a CMBWindow

Usage

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

Arguments

object

A CMBWindow.

...

Unused arguments.

Value

A summary includes window's type and area

Examples


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)



frycast/rcosmo documentation built on Oct. 11, 2022, 5:21 p.m.