View source: R/circGLMClassPlotFunctions.R
| plot_trace.circGLM | R Documentation |
Plot traceplots from a circGLM object. This plotting method uses the
standard coda traceplots.
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.
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.