corplot
gives an overview of (certain) pairwise correlations.
Throws a warning if these haven't been stored during sampling.
corplot(
x,
fsvsimobj = NULL,
these = 1:(ncol(x$y) * (ncol(x$y) - 1)/2),
start = 1,
end = nrow(x$y),
maxrows = 10,
...
)
Returns x
invisibly.
Object of class 'fsvdraws'
, usually resulting from a call
to fsvsample
.
To indicate data generating values in case of simulated
data, pass an object of type fsvsim
(usually the result of a
call to fsvsim
).
Indicator which correlations should be plotted. Default is all.
First point in time to plot.
Last point in time to plot.
The maximum number of rows per page.
Other arguments will be passed on to ts.plot
.
Other plotting:
comtimeplot()
,
corimageplot()
,
cortimeplot()
,
evdiag()
,
facloadcredplot()
,
facloaddensplot()
,
facloadpairplot()
,
facloadpointplot()
,
facloadtraceplot()
,
logvartimeplot()
,
paratraceplot()
,
plot.fsvdraws()
,
plotalot()
,
voltimeplot()