TODO
demand(
...,
ncurves = 1,
xmax,
ymax,
type = "convex",
x,
curve_names = TRUE,
names,
linecol,
labels,
generic = TRUE,
geom = "text",
geomcol = 1,
geomfill = "white",
main = NULL,
sub = NULL,
xlab = NULL,
ylab = NULL,
bg.col = "white"
)
Specify the demand curve or curves separated by commas (as data.frame
) you want to display in the graph. This will override the sample curve.
Number of demand curves to be generated based on the sample data.
Numeric. Allows modifying the maximum X value for the default demand function.
Numeric. Allows modifying the maximum Y value for the default demand function.
Possible values are "convex"
(default) and "line"
to plot a convex or a linear demand function by default, respectively.
Y-axis values where to create intersections with the demand curves.
Boolean. If TRUE
, the function adds default names to each.
If curve_names = TRUE
are custom names for the curves.
Line color of the curves.
If x
is specified, are the labels for the intersection points.
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.
Possible values are "text"
to display the labels of the intersection points with text and "label"
to show them with labels.
Color of the labels of the intersection points.
If geom = "label"
is the background color of the label.
Main title of the plot.
Subtitle of the plot.
Name of the X-axis.
Name of the Y-axis.
Background color of the plot.