Builds a ggplot ROC curve.
build_gg_roc_curve.Rd
This function takes data frames for ROC curve and AUC and builds a ggplot ROC curve.
Usage
build_gg_roc_curve(
data_curve,
data_auc,
palette_color = c("#500472", "#79cbb8"),
...
)
build_gg_roc_curve.Rd
This function takes data frames for ROC curve and AUC and builds a ggplot ROC curve.
build_gg_roc_curve(
data_curve,
data_auc,
palette_color = c("#500472", "#79cbb8"),
...
)