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