indexcheckers {fmbasics} | R Documentation |
Index class checkers
Description
Index class checkers
Usage
is.Index(x)
is.IborIndex(x)
is.CashIndex(x)
Arguments
x |
an object |
Value
TRUE
if object inherits from tested class
Examples
is.Index(AONIA())
is.CashIndex(AONIA())
is.IborIndex(AONIA())
[Package fmbasics version 0.3.0 Index]