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"), G=BestG(x), …)
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.
Graphical arguments to be passed to methods
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.
An integer vector specifying the numbers of mixture components (clusters) of the solution to be displayed.
'>IdtMclust, Idtmclust