View source: R/bargraph_twofactor.R
bargraph_twofactor | R Documentation |
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 object |
labels |
Vector with the name of the facets |
ocult.facet |
Hide facets |
ocult.box |
Hide box |
facet.size |
Font size facets |
ylab |
Y-axis name |
width.bar |
Width bar |
sup |
Number of units above the standard deviation or average bar on the graph |
Returns 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.