comtimeplot | R Documentation |
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)
)
x |
Object of class |
fsvsimobj |
Object of class |
show |
Indicator whether to show joint ( |
maxrows |
Single positive integer denoting the maximum number of series in each plot. Defaults to 5. |
ylim |
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.
Returns x
invisibly.
Other plotting:
corimageplot()
,
corplot()
,
cortimeplot()
,
evdiag()
,
facloadcredplot()
,
facloaddensplot()
,
facloadpairplot()
,
facloadpointplot()
,
facloadtraceplot()
,
logvartimeplot()
,
paratraceplot()
,
plot.fsvdraws()
,
plotalot()
,
voltimeplot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.