comtimeplot
plots the communalities over time, i.e. the
series-specific percentage of variance explained through the common factors.
comtimeplot(
x,
fsvsimobj = NULL,
show = "series",
maxrows = 5,
ylim = c(0, 100)
)
Returns x
invisibly.
Object of class 'fsvdraws'
, usually resulting from a call
to fsvsample
.
Object of class 'fsvsim'
(or NULL
), usually
resulting from a call to fsvsim
. Defaults to NULL
.
Indicator whether to show joint ('joint'
), series-specific
('series'
), or both ('both'
) communalities.
Single positive integer denoting the maximum number of series in each plot. Defaults to 5.
Vector of length two denoting the range of the horizontal axis. Defaults to 1.
This function displays the joint (average) communalities over time and all
series-specific communalities. If communalities haven't been stored during
sampling, comtimeplot
produces an error.
Other plotting:
corimageplot()
,
corplot()
,
cortimeplot()
,
evdiag()
,
facloadcredplot()
,
facloaddensplot()
,
facloadpairplot()
,
facloadpointplot()
,
facloadtraceplot()
,
logvartimeplot()
,
paratraceplot()
,
plot.fsvdraws()
,
plotalot()
,
voltimeplot()