Graph: Group DIC, DBC and DQL functions column charts
Groups two or more column charts exported from DIC, DBC or DQL function
bargraph_onefactor( analysis, labels = NULL, ocult.facet = FALSE, ocult.box = FALSE, facet.size = 14, ylab = NULL, width.bar = 0.3, width.col = 0.9, 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 error barwidth.col
: Width Columnsup
: Number of units above the standard deviation or average bar on the graphReturns a column chart grouped by facets
library(AgroR) data("laranja") a=with(laranja, DBC(trat, bloco, resp, ylab = "Number of fruits/plants")) b=with(laranja, DBC(trat, bloco, resp, ylab = "Number of fruits/plants")) c=with(laranja, DBC(trat, bloco, resp, ylab = "Number of fruits/plants")) bargraph_onefactor(analysis = list(a,b,c), labels = c("One","Two","Three"),ocult.box = TRUE)
Useful links