- 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 ($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.