gtoxPlotPieLgnd {GladiaTOX} | R Documentation |
gtoxPlotPieLgnd
creates the piechart plots.
gtoxPlotPieLgnd(aenm, ncol = 2, col = NULL, fit.labels = TRUE)
aenm |
Character, the assay endpoint names |
ncol |
Interger, the number of columns for the legend |
col |
Vector of colors |
fit.labels |
Boolean, if TRUE, scale the text to fit |
None
## Plot pie legend gtoxPlotPieLgnd(aenm=c("Endpoint1", "Endpoint2"))