| is.InterestRate {fmbasics} | R Documentation |
Inherits from InterestRate
Description
Checks whether object inherits from InterestRate class
Usage
is.InterestRate(x)
Arguments
x |
an R object |
Value
TRUE if x inherits from the InterestRate class; otherwise FALSE
Examples
is.InterestRate(InterestRate(0.04, 2, "act/365"))
[Package fmbasics version 0.3.0 Index]