View source: R/generate_plot_list.R
Takes the result of generate_p_cut_frame
and creates plot lists based on our choice of RMSE function.
1 2 3 4 5 | generate_plot_list(
full_plot_frame,
rmse_func = rmse_from_one_func,
silent = !interactive()
)
|
full_plot_frame |
Result from |
rmse_func |
Function that takes in a vector of estimates and computes an RMSE. |
silent |
Whether to suppress messages as it's running.. Default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.