facloadpointplot illustrates point estimates (mean, median, ...)
of the estimated factor loadings matrix.
facloadpointplot(
  x,
  fsvsimobj = NULL,
  statistic = "median",
  cex = 6.5,
  alpha = 0.2,
  allpairs = FALSE,
  col = NULL
)Returns x invisibly, throws a warning if there aren't any
factors to plot.
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).
Character string indicating which posterior statistic should be displayed.
Controls the size of the dots.
Controls the level of transparency.
Logical value; if set to TRUE, all possible pairwise combinations will be plotted.
Vector of length m (number of component series),
containing rgb-type color codes used for
plotting. Will be recycled if necessary.
Other plotting: 
comtimeplot(),
corimageplot(),
corplot(),
cortimeplot(),
evdiag(),
facloadcredplot(),
facloaddensplot(),
facloadpairplot(),
facloadtraceplot(),
logvartimeplot(),
paratraceplot(),
plot.fsvdraws(),
plotalot(),
voltimeplot()