plot.fsvdraws | R Documentation |
Displays the correlation matrix at the last sampling point in time.
## S3 method for class 'fsvdraws'
plot(x, quantiles = c(0.05, 0.5, 0.95), col = NULL, fsvsimobj = NULL, ...)
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. |
Returns x
invisibly.
Other plotting:
comtimeplot()
,
corimageplot()
,
corplot()
,
cortimeplot()
,
evdiag()
,
facloadcredplot()
,
facloaddensplot()
,
facloadpairplot()
,
facloadpointplot()
,
facloadtraceplot()
,
logvartimeplot()
,
paratraceplot()
,
plotalot()
,
voltimeplot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.