plot.lvnet {lvnet} | R Documentation |
Plot model matrices
Description
Plot method for lvnet
. For lvnetSearch
and lvnetLasso
objects this is simply defined as plot(object$best, ...)
Usage
## S3 method for class 'lvnet'
plot(x, what = c("factorStructure", "residual", "latent"), partial,
layout = "circle", ...)
## S3 method for class 'lvnetLasso'
plot(x, ...)
## S3 method for class 'lvnetSearch'
plot(x, ...)
Arguments
x |
An |
what |
What to plot? |
partial |
Plot partial correlations instead of correlations? Defaults to |
layout |
The layour argument as used in |
... |
Arguments sent to |
Author(s)
Sacha Epskamp <mail@sachaepskamp.com>
[Package lvnet version 0.3.5 Index]