plot.fsvdraws: Default factor SV plot

View source: R/plotting.R

plot.fsvdrawsR 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 'fsvdraws', usually resulting from a call to fsvsample.

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 fsvsim (usually the result of a call to fsvsim).

...

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()


factorstochvol documentation built on Nov. 24, 2023, 5:08 p.m.