This function is just a wrapper calling the necessary functions for plotting - it
may be simpler in many cases to access those directly. They are:
ctStanDiscretePars,ctKalman,
ctStanPlotPost,stan_trace,
stan_dens,stan_plot
rstan offers many plotting possibilities not available here, to use that functionality
one must simply call the relevant rstan plotting function. Use x$stanfit as the stan fit object
(where x is the name of your ctStanFit object). Because a ctStanFit object has many
parameters, the additional argument pars=ctStanParnames(x,'pop_') is recommended.
This denotes population means, but see ctStanParnames for
other options.