plot.HiddenF {hiddenf} | R Documentation |
Interaction plot
Description
Interaction plot with levels of row factor colored according to configuration that maximizes hidden additivity.
Usage
## S3 method for class 'HiddenF'
plot(x,y=NULL,main="Hidden Additivity Plot",
rfactor="Rows Factor",cfactor="Columns Factor", colorvec=c("black","red"),
legendx=FALSE,center=FALSE,...)
Arguments
x |
Object of class 'HiddenF' |
y |
Deprecated variable not used in this version of plot |
main |
Plot Title |
rfactor |
Label of trace variable (row factor) for optional legend of the interaction plot |
cfactor |
Label of variable (column factor) on the horizontal axis |
colorvec |
Vector of colors for the two groups in interaction plot |
legendx |
Graphical parameter that allows for an optional legend, whose location is determined by point-and-click interface |
center |
Center the data about the row means |
... |
Allows for the use of other graphical parameters for matplot or legend |
Author(s)
Jason A. Osborne, Christopher T. Franck and Bongseog Choi
See Also
Examples
data(cjejuni.mtx)
cjejuni.out <- HiddenF(cjejuni.mtx)
plot(cjejuni.out)
[Package hiddenf version 2.0 Index]