View source: R/visualization.R
| plot.topolow_diagnostics | R Documentation |
Creates trace and density plots for multiple chains to assess convergence and mixing.
This is an S3 method that dispatches on topolow_diagnostics objects.
## S3 method for class 'topolow_diagnostics'
plot(
x,
output_dir,
output_file = "topolow_param_diagnostics.png",
save_plot = FALSE,
...
)
x |
A |
output_dir |
Character. Directory for output files. Required if |
output_file |
Character path for saving the plot. |
save_plot |
Logical. Whether to save the plot. |
... |
Additional arguments passed to |
A ggplot object of the combined plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.