View source: R/benchmark_plot.R
benchmark_plot | R Documentation |
benchmark plot
benchmark_plot( pdata, empirical = NULL, prunkcut = 0.05, benchmark = c("pij", "input") )
pdata |
|
empirical |
logical, should empirical data be plotted (if |
prunkcut |
numeric, the cutoff for unknown relationships. Default
is |
benchmark |
character, either |
a plot and invisibly the results of correlation and simple regression.
data("removal_global") benchmark_plot(removal_global, empirical = TRUE, benchmark = "pij") x <- benchmark_plot(removal_global, empirical = FALSE, benchmark = "input") x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.