Graph: Group FAT2DIC, FAT2DBC, PSUBDIC or PSUBDBC functions column charts
Groups two or more column charts exported from FAT2DIC, FAT2DBC, PSUBDIC or PSUBDBC function
bargraph_twofactor( analysis, labels = NULL, ocult.facet = FALSE, ocult.box = FALSE, facet.size = 14, ylab = NULL, width.bar = 0.3, sup = NULL )
analysis
: List with DIC, DBC or DQL objectlabels
: Vector with the name of the facetsocult.facet
: Hide facetsocult.box
: Hide boxfacet.size
: Font size facetsylab
: Y-axis namewidth.bar
: Width barsup
: Number of units above the standard deviation or average bar on the graphReturns a column chart grouped by facets
library(AgroR) data(corn) a=with(corn, FAT2DIC(A, B, Resp, quali=c(TRUE, TRUE),ylab="Heigth (cm)")) b=with(corn, FAT2DIC(A, B, Resp, mcomp="sk", quali=c(TRUE, TRUE),ylab="Heigth (cm)")) bargraph_twofactor(analysis = list(a,b), labels = c("One","Two"),ocult.box = TRUE)
Useful links