is.CMBWindow: Check if an object is a CMBWindow

View source: R/CMBWindowGenerics.R

is.CMBWindowR Documentation

Check if an object is a CMBWindow

Description

Check if an object is a CMBWindow

Usage

is.CMBWindow(win)

Arguments

win

any object

Value

TRUE or FALSE depending if win is a CMBWindow

Examples


win <- CMBWindow(x=0,y=3/5,z=4/5,r=0.8, set.minus = TRUE)
is.CMBWindow(win)


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