Description Usage Arguments Value Examples
This function generates plotting PR data for following data visualization.
| 1 | plot_pr_data(pr_res)
 | 
| pr_res | A list of results from multi_pr function. | 
| pr_res_df | The dataframe of results from multi_pr function, which is easy be visualized by ggplot2. | 
| 1 2 3 | data(test_data)
pr_res <- multi_pr(test_data)
pr_res_df <- plot_pr_data(pr_res)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.