Plot correlations over time.
cortimeplot
draws correlations over time.
cortimeplot( x, series, these = seq_len(nrow(x$y)), type = "cor", statistic = "mean" ) covtimeplot( x, series, these = seq_len(nrow(x$y)), type = "cov", statistic = "mean" )
x |
Object of class |
series |
Single number, coercible to integer. Indicates the series relative to which correlations are drawn. |
these |
Index vector containing the time points to plot. Defaults
to |
type |
What to plot, usually "cor" or "cov". |
statistic |
Which posterior summary should be plotted, usually "mean". |
This function displays one component series' time-varying correlations with the other components series. Throws an error if correlations haven't been stored during sampling.
Returns x
invisibly.
Other plotting:
comtimeplot()
,
corimageplot()
,
corplot()
,
evdiag()
,
facloadcredplot()
,
facloaddensplot()
,
facloadpairplot()
,
facloadpointplot()
,
facloadtraceplot()
,
logvartimeplot()
,
paratraceplot()
,
plot.fsvdraws()
,
plotalot()
,
voltimeplot()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.