plot_traces | R Documentation |
Wrapper function to make BGC parameter trace plots (LnL, alpha, beta, qa, qb, hi). It assumes that the BGC runs have been aggregated. See ?combine_bgc_output. The plot should be inspected for convergence before proceeding further in the pipeline.
plot_traces(df.list, prefix, plotDIR = "./plots", showPLOTS = FALSE)
df.list |
List of data.frames containing aggregated BGC results. See ?combine_bgc_output |
prefix |
Prefix used for input files |
plotDIR |
Directory to save the plots |
showPLOTS |
Boolean Whether to print the plot |
plot_traces(df.list = aggregated.results, prefix = "eatt",
plotDIR = "./bgc_plots")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.