TODO
indifference(
...,
ncurves = 1,
xmax,
ymax,
type = "normal",
x,
pointcol = 1,
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 curve or curves separated by commas (as data.frame
) you want to display in the graph. This will override the sample curve.
If ...
is not specified, is the number of indifference curves to be generated based on the sample data.
Numeric. Allows modifying the maximum X value for the default indifference function.
Numeric. Allows modifying the maximum Y value for the default indifference function.
Possible values are "normal
, for a normal indifference function, "psubs"
for perfect substitute and "pcom"
for perfect complements.
Y-axis values where to create intersections with the indifference curves.
If x
is specified, is the color of the points that represents the intersections.
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.