CDBiplot {biplotbootGUI}R Documentation

Clustering and/or Disjoint Biplot

Description

The CDBiplot function is a graphical user interface to construct and interact with Clustering and/or Disjoint Biplot.

Usage

CDBiplot(data, clase)

Arguments

data

A data frame with the information to be analyzed

clase

A vector containing the real classification of the objects in the data

Details

When the function is launched, firstly, it is necessary to select the kind of analysis to be used on the data. Then, a window to select the number of clusters, components, the tolerance, the number of iterations and the repetitions of the algorithm. Press the OK button and the graph will be shown. Press the left mouse button and a window will be displayed to select one option: Change the position label, Remove label or Do nothing. It is also possible to select the dimensions shown in the graph and to change the limits of the axes. In the window there are four menus:

The File menu provides different options to save the graph and permits to exit the program. The second menu shows the graph in 3 dimensions. The third menu allows the user to change the title and to show/hide the axes, the variables and the row labels in the graph. The last menu permits the user to draw (filled or empty) convex-hull on each cluster. The program saves a file containing the main results of the analysis.

Value

A graph showing the data representation and an output file containing the information about the results.

Author(s)

Ana Belen Nieto Librero ananieto@usal.es, Purificacion Vicente Galindo purivg@usal.es, Purificacion Galindo Villardon pgalindo@usal.es

References

Examples

data(iris)
CDBiplot(iris[,-5], iris[,5])

[Package biplotbootGUI version 1.3 Index]