View source: R/plot_trace_alpha.R
plot_trace_alpha | R Documentation |
mcmc_mra()
or mcmc_mra_integrated()
Trace plots from the output of mcmc_mra()
or mcmc_mra_integrated()
plot_trace_alpha(
out,
base_size = 12,
alpha = 0.1,
n_per_res = 10,
file = NULL,
width = 16,
height = 9
)
out |
The output from |
base_size |
The base size for the plot |
alpha |
The plot transparency |
n_per_res |
The number of alpha parameters to sample per resolution |
file |
If |
width |
If a file path is specified, |
height |
If a file path is specified, |
Either a ggplot object of the trace plots for a subset of the spatial coefficients alpha (if file = NULL
) or a saved image file with no return (file
is not NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.