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