Learn R Programming

fuzzyforest (version 1.0.8)

modplot: 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.

See Also

ff, wff, ff.formula, wff.formula