Displays the correlation matrix at the last sampling point in time.
# S3 method for fsvdraws
plot(x, quantiles = c(0.05, 0.5, 0.95), col = NULL, fsvsimobj = NULL, ...)Returns x invisibly.
Object of class 'fsvdraws', usually resulting from a call
to fsvsample.
Posterior quantiles to be visualized. Must be of length 1 or 3.
Optional color palette.
To indicate data generating values in case of simulated
data, pass an optional object of type fsvsim (usually the result of a
call to fsvsim).
Other arguments will be passed on to corrplot.
Other plotting: 
comtimeplot(),
corimageplot(),
corplot(),
cortimeplot(),
evdiag(),
facloadcredplot(),
facloaddensplot(),
facloadpairplot(),
facloadpointplot(),
facloadtraceplot(),
logvartimeplot(),
paratraceplot(),
plotalot(),
voltimeplot()