plot_many_rf_varimp: Using a list of random forest models, create ordered boxplots...

Description Usage Arguments Value Examples

View source: R/plot_many_rf_varimp.R

Description

Using a list of random forest models, create ordered boxplots of variable importance. The plot title is created dynamically from model attributes. This function is designed to be used in conjunction with many_rf.

Usage

1
plot_many_rf_varimp(rf_list, tax = NULL, n = 50)

Arguments

rf_list

A list containing random forest models.

tax

Taxonomy table. If NULL, no taxonomic labels will be added.

n

Number of features to display in the resulting boxplot.

Value

A boxplot based on rf_list and tax.

Examples

1
plot_many_rf_varimp(rf_list = rf_vfd_otu_100, tax = otu_good_taxonomy, n = 40)

cb-42/cbmbtools documentation built on Jan. 9, 2021, 1:38 a.m.