Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

hiddenf (version 2.0)

plot.HiddenF: Interaction plot

Description

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

Usage

"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

See Also

HiddenF

Examples

Run this code
data(cjejuni.mtx)
cjejuni.out <- HiddenF(cjejuni.mtx)
plot(cjejuni.out)

Run the code above in your browser using DataLab