powered by
data.frame
Trace plot of each column of a posterior 'data.frame'.
trace_df(df, nline, parmfrow = NULL, ...)
NULL
Posterior data.frame
Number of chains
Optional call to par(mfrow) for the number of rows & columns of plot window. Returns the graphics device to previous state afterward.
par(mfrow)
additional plotting arguments or arguments to trace_line()
trace_line()
Matt Tyers
tracedens_jags, trace_jags, trace_line
a <- jags_df(asdf_jags_out, p="a") trace_df(a, nline=3, parmfrow=c(3,1))
Run the code above in your browser using DataLab