plot.tvm {financial} | R Documentation |
Makes bar plots of TVM models.
plot.tvm(x, row = 1, ...)
x |
an object of class "tvm" containing time value of money model. |
row |
a row number in the model to plot. |
... |
additional arguments passed to barplot internally. |
The present value, payments and future value are plotted as bars. Cumulative sum of these are indicated by a line.
Lukasz Komsta
y=tvm(pv=10000,i=10,n=10,pmt=NA) plot(y)