tcplPlotFitc {tcpl} | R Documentation |
Plot the fit category tree
Description
tcplPlotFitc
makes a plot showing the level 5 fit categories.
Usage
tcplPlotFitc(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 |
Note
Suggested device size (inches): width = 10, height = 7.5, pointsize = 9
Examples
## Not run:
## Plot visualization of fit categories for all level 5 data
tcplPlotFitc(fitc = tcplLoadData(5)$fitc)
## End(Not run)
[Package tcpl version 3.1.0 Index]