projections.by.day: The projections.by.day function

Description Usage Arguments Value

View source: R/LeaseFunctions.R

Description

This function projects future lease volume given a start date, end date, and projections

Usage

1
2
3
4
5
projections.by.day(start.date = head(as.Date(default.growth.rates$Dates,
  "%m/%d/%Y"), 1), end.date = tail(as.Date(default.growth.rates$Dates,
  "%m/%d/%Y"), 1), growth.projections = data.frame(date =
  as.Date(as.vector(default.growth.rates$Dates), "%m/%d/%Y"), rate =
  as.vector(default.growth.rates$Leases), per.what = 28))

Arguments

start.date,

the first date for projections to be shown

growth.projections,

a dataframe with dates, rates, and a "per what"

end

date, the last date for projections to be shown

Value

a projections for each day


ksyan/CreddaLeases documentation built on May 20, 2019, 7:04 p.m.