
Method pcoordplot displays a parallel coordinates plot, representing the results stored in an IdtMclust-method object.
# S4 method for IdtMclust
pcoordplot(x,title="Parallel Coordinate Plot",
Seq=c("AllMidP_AllLogR","MidPLogR_VarbyVar"), model ="BestModel", …)
An object of type “IdtMclust” representing the the clusterig results of an Interval-valued data set obtainde by the function “IdtMclust”.
The title of the plot.
The ordering of the coordinates in the plot. Available options are: “AllMidP_AllLogR”: all MidPoints followed all LogRanges, in the same variable order. “MidPLogR_VarbyVar”: MidPoints followed by LogRanges, variable by variable.
A character vector specifying the the model whose solution is to be displayed.
Graphical arguments to be passed to methods
'>IdtMclust, Idtmclust