Function for plotting future_res
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | visualize_future(
future_list,
scenario_name = NULL,
what_center = "mean",
CI_range = 0.8,
title = NULL,
BRP = NULL,
line_size = 1,
legend_position = "right",
legend_text_size = 1.2,
legend_key_size = 1,
strip_text_size = 10,
base_size = 16,
BRP_line_size = 1,
palette_name = "Set1",
alpha = 0.4
)
|
future_list |
list of |
title |
figure title |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.