Method ...
plot_curves(
dat,
monochrome = FALSE,
invert.x = FALSE,
fix.y = FALSE,
main = "Performance curves",
legend.title = "Performance",
groups = FALSE
)
logical defining if a monochrome color scheme is used (default: FALSE).
logical indicating if the X-axis is printed from
1 ("feature remaining", FALSE
) or 0
("landscape under protection", TRUE
).
character string title for the plot (deafault: 'Performance curves').
character string title for legend (default: 'Performance) .
logical indicating whether the plotted data is groups or not (default: FALSE).
data frame of curves of groups curves data.
logical indicating if y-axis should be fixed to [0, 1] (TRUE) or not (FALSE).
ggplot2 object