corimageplot | R Documentation |
corimageplot
plots the model-implied correlation matrices
for one or several points in time.
corimageplot(
x,
these = seq_len(nrow(x$y)),
order = "original",
these4order = these,
plotdatedist = 0,
plotCI = "n",
date.cex = 1.5,
col = NULL,
fsvsimobj = NULL,
plottype = "corrplot",
...
)
x |
Object of class |
these |
Index vector containing the time points to plot. Defaults
to |
order |
String, where |
these4order |
Index vector containing the time points used for
ordering. Probably, the default ( |
plotdatedist |
Numerical value indicating where the dates should be plotted. |
plotCI |
String. If not equal to 'n', posterior credible regions are
added (posterior mean +/- 2 posterior sd). Ignored if |
date.cex |
Size multiplier for the dates. |
col |
Color palette or NULL (the default). |
fsvsimobj |
To indicate data generating values in case of simulated
data, pass an object of type |
plottype |
Indicates which type of plot should be drawn. Can be
"corrplot" for |
... |
Additional parameters will be passed on to
|
Returns x
invisibly.
If correlations haven't been stored during sampling,
corimageplot
produces an error.
Other plotting:
comtimeplot()
,
corplot()
,
cortimeplot()
,
evdiag()
,
facloadcredplot()
,
facloaddensplot()
,
facloadpairplot()
,
facloadpointplot()
,
facloadtraceplot()
,
logvartimeplot()
,
paratraceplot()
,
plot.fsvdraws()
,
plotalot()
,
voltimeplot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.