TODO
laffer(
curve,
t,
xmax,
ymax,
pointcol = 1,
generic = TRUE,
showmax = TRUE,
main = NULL,
sub = NULL,
xlab = NULL,
ylab = NULL,
acol,
alpha = 0.3,
bg.col = "white"
)
Specify a custom curve (as data.frame
). This will override the sample curve.
Y-axis values where to create intersections with the Laffer curve.
Numeric. Allows modifying the maximum X value for the default Laffer curve.
Numeric. Allows modifying the maximum Y value for the default Laffer curve.
Color of the point that represents the optimum point.
Boolean. If TRUE
and x
is specified, the axis labels shows generic names. If FALSE
, the axis labels are the actual data of the axis that corresponds to the intersection points and the optimal point.
If TRUE
, shows the optimal point.
Main title of the plot.
Subtitle of the plot.
Name of the X-axis.
Name of the Y-axis.
Color of the area of the curve.
Transparency of the colored area.
Background color of the plot.