Description Usage Arguments Value Examples
gtoxPlotPie creates the piechart plots.
| 1 | gtoxPlotPie(chid, mrks, aeid, col = NULL, lbl = NULL)
 | 
| chid | Integer of length 1, the chid value | 
| mrks | Numeric, the values for concentration label rings | 
| aeid | Integer, the aeid values to plot | 
| col | Vector of colors | 
| lbl | Vector with pie labels (optional) | 
None
| 1 2 | ## Plot pie for chemical IDs 1 to 5 and multiple endpoints
gtoxPlotPie(chid=1:5, mrks=10^c(1:6), aeid=c(2:10))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.