powered by
Plots the effect of real interest rates (positive or negative) on the purchasing power of savings over the span of 50 years (default).
plot_purchasing_power( x, real_interest_rate, years = 50, legend_title = "Real interest rate", seed = NA )
A ggplot2::ggplot() object.
ggplot2::ggplot()
A numeric. The initial amount of money.
A numeric. The yearly real interest rate.
A numeric. The number of years.
A character.
A numeric. Seed passed to geom_label_repel().
geom_label_repel()
How to Determine Our Optimal Asset Allocation?
plot_purchasing_power( x = 10, real_interest_rate = seq(-0.02, 0.04, by = 0.02) )
Run the code above in your browser using DataLab