epPlotInfo: A list ($Plotting.Data) from epGraphs or ExPosition.
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 createColorVectorsByDesign.
constraints: Plot constraints as returned from prettyPlot. If NULL, constraints are selected.
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.
Returns
The following items are bundled inside of $Plotting.Data:
$constraints: axis constraints for the plots (determines end points of the plots).
Details
epGraphs is an interface between ExPosition and prettyGraphs.
Examples
#this is for ExPosition's iris data data(ep.iris) pca.iris.res <- epPCA(ep.iris$data)#this will put plotting data into a new variable. epGraphs.2.and.3<- epGraphs(pca.iris.res,x_axis=2,y_axis=3)