Description Usage Arguments See Also Examples
View source: R/circGLMClassPlotFunctions.R
Plot traceplots from a circGLM
object. This plotting method uses the
standard coda
traceplots.
1 | plot_trace.circGLM(m, params, ...)
|
m |
A |
params |
An optional character vector containing the parameter chains to display. If left empty, all are plotted. |
... |
Additional parameters passed to |
plot_tracestack.circGLM
,
plot_predict.circGLM
, plot_meancompare.circGLM
,
plot_meanboxplot.circGLM
, plot.circGLM
.
1 2 3 4 | plot_trace.circGLM(circGLM(th = rvmc(10, 1, 1)))
dat <- generateCircGLMData()
plot(circGLM(th ~., dat), type = "trace")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.