plot_trace.circGLM: Make traceplots for circGLM

View source: R/circGLMClassPlotFunctions.R

plot_trace.circGLMR Documentation

Make traceplots for circGLM

Description

Plot traceplots from a circGLM object. This plotting method uses the standard coda traceplots.

Usage

plot_trace.circGLM(m, params, ...)

Arguments

m

A circGLM object.

params

An optional character vector containing the parameter chains to display. If left empty, all are plotted.

...

Additional parameters passed to plot.mcmc from the coda package.

See Also

plot_tracestack.circGLM, plot_predict.circGLM, plot_meancompare.circGLM, plot_meanboxplot.circGLM, plot.circGLM.

Examples

plot_trace.circGLM(circGLM(th = rvmc(10, 1, 1)))

dat <- generateCircGLMData()
plot(circGLM(th ~., dat), type = "trace")


keesmulder/circglmbayes documentation built on July 24, 2022, 6:39 a.m.