Description Usage Arguments Value Examples
View source: R/forecastingplots.R
Plot R-squared versus mean sweep metric
1 2 3 | plot_R2_verus_sweep_metric(df, col_name = "DriverDiversity",
output_filename = "R2_verus_sweep_metric", file_type = "png",
output_dir = NA)
|
df |
dataframe generated by get_summary (filtered), get_cor_summary (filtered) or get_wait_cor_summary (filtered) |
col_name |
name of column containing correlation coefficients, with or without "Cor_" suffix (default "DriverDiversity") |
output_filename |
name of output image file |
file_type |
either "pdf" or "png" (other values default to "pdf") |
output_dir |
folder in which to save the image file; if NA then plots are displayed on screen instead |
a plot object
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.