GrammRGUI for constructing graphical representations and displaying them as gWidgets notebooks.
MakePlots2D(GraphQuant) MakePlots3D(GraphQuant) MakePlots4D(GraphQuant)GraphMetagengnotebook which contains tabs for different graphical models constructed. The constructed notebook consists of separate tabs for the average silhouette plot, estimated model, model showing estimated clusters and (optional)model showing true clusters. Plots are also saved in a directory created within the current working directory for future use.The model tabs for two dimensional models display the graphical model, whereas for higher dimensional models, the models tabs contain buttons to display the models in the default web browser.
GraphMetagen is used with Norms = c(2,3) and Dimensions = c(2,3,4), the resulting quantity contains MDS and PCoA models of dimensions 2, 3 and 4. If GraphQuant is the output of GraphMetagen, MakeGUIPlots is used to construct and save graphical models as following: MakePlots2D(GraphQuant$mds2d)
MakePlots3D(GraphQuant$mds3d)
MakePlots4D(GraphQuant$mds4d)
MakePlots2D(GraphQuant$pcoa2d)
MakePlots3D(GraphQuant$pcoa3d)
MakePlots4D(GraphQuant$pcoa4d)
Make2DPlots, Make3DPlots, Make4DPlots