Description Usage Arguments Details Value Author(s) See Also Examples
ExPosition plotting function which is an interface to prettyGraphs
.
1 2 3 4 5 |
res |
results from ExPosition |
x_axis |
which component should be on the x axis? |
y_axis |
which component should be on the y axis? |
epPlotInfo |
A list ( |
DESIGN |
A design matrix to apply colors (by pallete selection) to row items |
fi.col |
A matrix of colors for the row items. If NULL, colors will be selected. |
fi.pch |
A matrix of pch values for the row items. If NULL, pch values are all 21. |
fj.col |
A matrix of colors for the column items. If NULL, colors will be selected. |
fj.pch |
A matrix of pch values for the column items. If NULL, pch values are all 21. |
col.offset |
A numeric offset value. Is passed to |
constraints |
Plot constraints as returned from |
xlab |
x axis label |
ylab |
y axis label |
main |
main label for the graph window |
contributionPlots |
a boolean. If TRUE (default), contribution bar plots will be created. |
correlationPlotter |
a boolean. If TRUE (default), a correlation circle plot will be created. Applies to PCA family of methods (CA is excluded for now). |
graphs |
a boolean. If TRUE, graphs are created. If FALSE, only data associated to plotting (e.g., constraints, colors) are returned. |
epGraphs is an interface between ExPosition
and prettyGraphs
.
The following items are bundled inside of $Plotting.Data:
$fi.col |
the colors that are associated to the row items ($fi). |
$fi.pch |
the pch values associated to the row items ($fi). |
$fj.col |
the colors that are associated to the column items ($fj). |
$fj.pch |
the pch values associated to the column items ($fj). |
$constraints |
axis constraints for the plots (determines end points of the plots). |
Derek Beaton
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.