R/package.R

#' mortgage package
#'
#'
#'The package has one function that returns an amortization table that lists monthly payment on a mortgageloan based on a loan amount, duration of loan in years, and annual interest rate. The table will provide the breakdown of the payment by how much is allocated to interest and the loan principal. It will also list the loan balance for each month.
#' @docType package
#'
#' @author Meryem El Rhazouani
#'
#' @example mortgage(100000,0.05,30)
#'
#' @name MortgageP
NULL
meryem11/MortgageP documentation built on April 23, 2020, 12:45 a.m.