There was an error while loading. Please reload this page.
To use a box chart you have to import the according classes via:
import(at.gmi.djamei.viz.charts.gral.BoxChart)
A box chart has the following parameter options
data<- c(1,5.3,21,3.3,9,12.2,1.5,6,9,10) groups <-c("Group1","Group1","Group1","Group1","Group1","Group2","Group2","Group2","Group2","Group2") box <- BoxChart$new( data = data, groups=as.factor(groups), colors = colors, xLabel = "Treatments", yLabel = "Value", title = "Box Chart" ) phenopipe_add_chart(box)
Phenobox
Phenopipe-Web
Phenopipe-IAP-Server
Phenopipe-Postprocess-Server