plot.cSEMIPMA {cSEM} | R Documentation |
cSEMIPMA
method for plot()
Description
Plot the importance-performance matrix.
Usage
## S3 method for class 'cSEMIPMA'
plot(
x = NULL,
.dependent = NULL,
.attributes = NULL,
.level = c("construct", "indicator"),
...
)
Arguments
x |
An R object of class |
.dependent |
Character string. Name of the target construct for which the importance-performance matrix should be created. |
.attributes |
Character string. A vector containing indicator/construct names that should be plotted in the importance-performance matrix. It must be at least of length 2. |
.level |
Character string. Indicates the level for which the
importance-performance matrix should be plotted. One of |
... |
Currently ignored. |
See Also
[Package cSEM version 0.5.0 Index]