plot.parsec {parsec} | R Documentation |
Plot the outputs of the PARSEC function evaluation
.
Description
Several representations of the results provided by the evaluation function.
Usage
## S3 method for class 'parsec'
plot(
x,
which = c("Hasse", "threshold", "identification", "rank", "gap"),
ask = dev.interactive(),
shape = c("square", "circle", "equispaced"),
noise = FALSE,
...
)
Arguments
x |
an object of S3 class |
which |
the names of the graphs to be plotted (
|
ask |
boolean value indicating whether the system has to ask users before changing the plot. |
shape |
the shape of the Hasse diagram, see |
noise |
jittering in the shape of the Hasse diagram. See |
... |
further arguments for the |
See Also
Examples
profiles <- var2prof(varlen = c(3, 2, 4))
threshold <- c("311", "112")
res <- evaluation(profiles, threshold, nit = 10^3)
plot(res)