gtoxPlotFitc: Plot the fit category tree

Description Usage Arguments Value Note Examples

View source: R/gtoxPlotFitc.R

Description

gtoxPlotFitc makes a plot showing the level 5 fit categories.

Usage

1
gtoxPlotFitc(fitc = NULL, main = NULL, fitc_sub = NULL)

Arguments

fitc

Integer, the fit categories

main

Character of length 1, the title (optional)

fitc_sub

Integer, a subset of fit categories to plot

Value

None

Note

Suggested device size (inches): width = 10, height = 7.5, pointsize = 9

Examples

1
2
3
4
5
6
7
## Store the current config settings, so they can be reloaded at the end
## of the examples
conf_store <- gtoxConfList()
gtoxConfDefault()

## Display the fit category tree.
gtoxPlotFitc()

GladiaTOX documentation built on Nov. 15, 2020, 2:07 a.m.