modplot: Plots relative importance of modules.

Description Usage Arguments

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.


OHDSI/FuzzyForest documentation built on May 7, 2019, 8:26 p.m.