fmbasics (version 0.3.0)

is.InterestRate: 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

Run this code
# NOT RUN {
is.InterestRate(InterestRate(0.04, 2, "act/365"))
# }

Run the code above in your browser using DataLab