modplot: Plots relative importance of modules.

Description Usage Arguments Note See Also

View source: R/fuzzy_forest_obj.R

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

1
2
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


fuzzyforest documentation built on March 25, 2020, 5:09 p.m.