plot.percent: Plot a percent change graph

plot.percentR Documentation

Plot a percent change graph

Description

Plot method for "percent" objects: e.g. fin_percent().

Usage

## S3 method for class 'percent'
plot(x, ...)

Arguments

x

percent object.

...

further arguments passed to or from other methods.

Value

  • invisible

See Also

  • fin_percent()

Examples

# Percent needed to return to original value after 10% off
fin_percent(-10)
# Percent needed to return to original value after 10% on
tmp = fin_percent(10)
plot(tmp)

# Percent needed to return to original value after 50% off 34.50
fin_percent(-50, value = 34.5, logY = FALSE)


umx documentation built on Nov. 17, 2023, 1:07 a.m.