mortgage | R Documentation |
Amount of principal and interest payments on a mortgage.
mortgage(balance, interest, term = 30, n = 12)
balance |
Initial mortgage balance. |
interest |
Interest rate. |
term |
Payoff period (in years). |
n |
Number of payments per year. |
Calculates the amount of principal and interest payments on a mortgage.
Amount of principal and interest payments.
mortgage(balance = 300000, interest = .05)
mortgage(balance = 300000, interest = .04)
mortgage(balance = 300000, interest = .06)
mortgage(balance = 300000, interest = .05, term = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.