cSEMIPMA
method for plot()
Plot the importance-performance matrix.
# S3 method for cSEMIPMA
plot(
x = NULL,
.dependent = NULL,
.attributes = NULL,
.level = c("construct", "indicator"),
...
)
An R object of class cSEMIPMA
.
Character string. Name of the target construct for which the importance-performance matrix should be created.
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.
Character string. Indicates the level for which the
importance-performance matrix should be plotted. One of "construct"
or
"indicator"
. Defaults to "construct"
.
Currently ignored.