plot.HiddenF: Interaction plot

Description Usage Arguments Author(s) See Also Examples

Description

Interaction plot with levels of row factor colored according to configuration that maximizes hidden additivity.

Usage

1
2
3
4
## 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

HiddenF

Examples

1
2
3
data(cjejuni.mtx)
cjejuni.out <- HiddenF(cjejuni.mtx)
plot(cjejuni.out)

hiddenf documentation built on May 2, 2019, 2:47 p.m.