For Extended Data Figure 3. In theory, this can be used to plot any emulated variables vs parameters, i.e. using any member of vars_to_emulate in main() (three past eras and three RCPs at 2100) as the option var_plot, but this is untested. Similarly, using a non-standard param_list (i.e. fewer than these 3, or "BIAS") is untested.
| 1 2 | plot_params(sim_inputs, sim_outputs, em_data, var_plot = "RCP85_2100",
  param_list = c("VCLIF", "CREVLIQ", "OCFAC"))
 | 
| sim_inputs | Simulator parameter values. | 
| sim_outputs | Simulator variable values. | 
| em_data | Emulator parameter and variable values. | 
| var_plot | Variable to plot (deprecated: only RCP8.5 at 2100 is tested). | 
| param_list | List of parameters (deprecated: only this list is tested). | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.