There was an error while loading. Please reload this page.
To use a scatter chart you have to import the according classes via:
import(at.gmi.djamei.viz.charts.gral.ScatterChart)
A scatter chart has the following parameter options
data <- cbind(c(-4,-3,-2,-1,0,0,1,2,3,4),c(-5,-4,-3,-2,-1.5,0,1,2,3,4)) colors=rainbow(2) scatter <- ScatterChart$new( data = data, groups = as.factor(c("G1","G1","G1","G1","G1","G2","G2","G2","G2","G2")), colors = colors, legend = c("Group 1", "Group 2"), xLabel = "X", yLabel = "Y", title = "Testplot" ) phenopipe_add_chart(scatter)
Phenobox
Phenopipe-Web
Phenopipe-IAP-Server
Phenopipe-Postprocess-Server