varSensitivity: Produces a sensitivity/importance plot

Usage Arguments Details Author(s)

View source: R/main.R

Usage

1
varSensitivity(ftreeObj = NULL, mode = "plot")

Arguments

ftreeObj

- An object of class "ftree"

mode

- Mode you wish to run (plot - just plots, ggRet - returns a ggplot structure, data - returns data)

Details

Simply computes sensitivities based on the reduction in the cost function (no permutation is performed ever). For plotting, this code uses ggplot graphics. If you wish to modify any part of the plot set mode="ggRet", the code will then return a ggplot structure that you can modify. Refer to the ggplot documentation for more details.

Author(s)

Ogy Grujic (ognjengr@gmail.com)


ogru/fTree documentation built on May 29, 2019, 7:19 a.m.