plot.fsvdraws {factorstochvol} | R Documentation |
Default factor SV plot
Description
Displays the correlation matrix at the last sampling point in time.
Usage
## S3 method for class 'fsvdraws'
plot(x, quantiles = c(0.05, 0.5, 0.95), col = NULL, fsvsimobj = NULL, ...)
Arguments
x |
Object of class |
quantiles |
Posterior quantiles to be visualized. Must be of length 1 or 3. |
col |
Optional color palette. |
fsvsimobj |
To indicate data generating values in case of simulated
data, pass an optional object of type |
... |
Other arguments will be passed on to corrplot. |
Value
Returns x
invisibly.
See Also
Other plotting:
comtimeplot()
,
corimageplot()
,
corplot()
,
cortimeplot()
,
evdiag()
,
facloadcredplot()
,
facloaddensplot()
,
facloadpairplot()
,
facloadpointplot()
,
facloadtraceplot()
,
logvartimeplot()
,
paratraceplot()
,
plotalot()
,
voltimeplot()
[Package factorstochvol version 1.1.0 Index]