TODO
ppf(
...,
xmax,
ymax,
type = "concave",
x,
linecol,
labels,
generic = TRUE,
geom = "text",
geomcol = 1,
geomfill = "white",
main = NULL,
sub = NULL,
xlab = NULL,
ylab = NULL,
acol,
alpha = 0.3,
bg.col = "white"
)
Specify the production<U+2013>possibility frontiers separated by comma (as data.frame
) you want to display in the graph. This will override the sample curve.
Numeric. Allows modifying the maximum X value for the default production<U+2013>possibility frontier.
Numeric. Allows modifying the maximum Y value for the default production<U+2013>possibility frontier.
Possible values are "concave"
(default) and "line"
to plot a concave or a linear production<U+2013>possibility frontier function by default, respectively.
Y-axis values where to create intersections with the production<U+2013>possibility frontier
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.
Color of the area of the below the production<U+2013>possibility frontier
Transparency of the colored area
Background color of the plot