| build_lease_table | R Documentation |
Builds a minimal year-noi table for n_years
with optionally vectorised vacancy rates.
build_lease_table(rent_signed, surface_m2, n_years, vac_rate_vec = 0)
rent_signed |
numeric. Face rent (€/m²/year) (scalar or vector). |
surface_m2 |
numeric. Floor area (m²) (scalar or vector). |
n_years |
integer(1). Number of years. |
vac_rate_vec |
numeric. Vacancy (scalar or vector), recycled to |
tibble(year, noi).
build_lease_table(400, 2500, n_years = 5, vac_rate_vec = c(0, .05, .1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.