Plot a percent change graph
Plot method for "percent" objects: e.g. fin_percent()
.
## S3 method for class 'percent' plot(x, ...)
x |
percent object. |
... |
further arguments passed to or from other methods. |
invisible
# Percent needed to return to original value after 10% off plot(fin_percent(-10)) # Percent needed to return to original value after 10% on plot(fin_percent(10)) # Percent needed to return to original value after 50% off 34.50 plot(fin_percent(-50, value = 34.5))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.