Cluster Dialog Method Function

DESCRIPTION:

These functions are called by the cluster dialog functions menuAgnes , menuDiana, menuFanny, menuKmeans, menuMona, and menuPam to produce plots and summaries. They are also used by the context menu dialogs for clustering model objects of class agnes, clara , diana, fanny, kmeans, mona, and pam. tabSummary.hierarchical and tabPlot.hierarchical are used by the hierarchical methods menuAgnes and menuDiana. tabSummary.partition and tabPlot.partition are used by the partitioning methods menuClara, menuFanny , menuKmeans, and menuPam. tabSummary.mona and tabPlot.mona are used by menuMona.

USAGE:

tabSummary.partition(obj, print.type="Short", save.name = NULL,  
     save.cluster.p = F) 
tabSummary.hierarchical(obj, print.type="Short", save.name = NULL,  
     save.cluster.p = F, save.num.groups=NULL) 
tabSummary.mona(obj, print.type="Short") 
tabPlot.partition(obj, clusplot.p=T, silplot.p=T) 
tabPlot.twins(obj, plot.p=T, pltree.p=T) 
tabPlot.mona(obj, plot.p=T) 

REQUIRED ARGUMENTS:

obj
clustering model object.

OPTIONAL ARGUMENTS:

print.type
character string "None", "Short", or "Long" indicating whether to display no printed output, the print method, or the summary method for the model.
save.name
name of data frame in which to save cluster IDs. Note that save.cluster.p must be TRUE for values to be saved.
save.cluster.p
logical flag indicating whether to save vector of cluster ID's in the data frame save.name.
save.num.groups
number of clusters to use when generating cluster membership ID's.
clusplot.p
logical flag indicating whether to plot a clusplot.
silplot.p
logical flag indicating whether to plot a silhouette plot.
plot.p
logical flag indicating whether to plot a banner plot.
pltree.p
logical flag indicating whether to plot a clustering tree.

VALUE:

Invisibly returns obj

SEE ALSO:

, , , .