modplot {fuzzyforest} | R Documentation |
Plots relative importance of modules.
Description
The plot is designed to depict the size of each module and what percentage of selected features fall into each module. In particular, it is easy to determine which module is over-represented in the group of selected features.
Usage
modplot(object, main = NULL, xlab = NULL, ylab = NULL,
module_labels = NULL)
Arguments
object |
A fuzzy_forest object. |
main |
Title of plot. |
xlab |
Title for the x axis. |
ylab |
Title for the y axis. |
module_labels |
Labels for the modules. A data.frame or character matrix with first column giving the current name of module and second column giving the assigned name of each module. |
Note
This work was partially funded by NSF IIS 1251151 and AMFAR 8721SC.
See Also
ff
,
wff
,
ff.formula
,
wff.formula
[Package fuzzyforest version 1.0.8 Index]