plot.tvm: Plot TVM models

Description Usage Arguments Details Author(s) See Also Examples

Description

Makes bar plots of TVM models.

Usage

1
2
## S3 method for class 'tvm'
plot(x, row = 1, ...)

Arguments

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.

Details

The present value, payments and future value are plotted as bars. Cumulative sum of these are indicated by a line.

Author(s)

Lukasz Komsta

See Also

tvm

Examples

1
2
y=tvm(pv=10000,i=10,n=10,pmt=NA)
plot(y)

Example output



financial documentation built on May 30, 2017, 2:35 a.m.