50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

MAINT.Data (version 2.4.1)

pcoordplot-methods: Parallel coordinates plot.

Description

Method pcoordplot displays a parallel coordinates plot, representing the results stored in an IdtMclust-method object.

Usage

# S4 method for IdtMclust
pcoordplot(x,title="Parallel Coordinate Plot",
Seq=c("AllMidP_AllLogR","MidPLogR_VarbyVar"), model ="BestModel", …)

Arguments

x

An object of type “IdtMclust” representing the the clusterig results of an Interval-valued data set obtainde by the function “IdtMclust”.

title

The title of the plot.

Seq

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.

model

A character vector specifying the the model whose solution is to be displayed.

Graphical arguments to be passed to methods

See Also

'>IdtMclust, Idtmclust