powered by
This function generates plotting ROC data for following data visualization.
plot_roc_data(roc_res)
A list of results from multi_roc function.
The dataframe of results from multi_roc function, which is easy be visualized by ggplot2.
# NOT RUN { data(test_data) roc_res <- multi_roc(test_data) roc_res_df <- plot_roc_data(roc_res) # }
Run the code above in your browser using DataLab