Description Usage Arguments Details Value Author(s) See Also
Given the coordinates and estimated cluster membership of samples for a multidimensional scaling model, graphical visualizations of the estimated models are constructed. The graphical models are stored in a subdirectory within the current working directory for reuse. This function is used in GrammRGUI for constructing graphical representations and displaying them as gWidgets notebooks.
1 2 3 | MakePlots2D(GraphQuant)
MakePlots3D(GraphQuant)
MakePlots4D(GraphQuant)
|
GraphQuant |
A list containing the estimated coordinates, cluster membership and average silhouette widths. The list is obtained as an outcome of |
. The list depends on the values of Norms and Dimensions specified in GraphMetagen. To plot the 3D PCoA model, GraphQuant is to be replaced by GraphQuant$mds3d. See Details.
When 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)
PlotTabs |
An object of type 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. |
Deepak Nag Ayyala <deepaknagayyala@gmail.com>
Make2DPlots, Make3DPlots, Make4DPlots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.