Description Usage Arguments Value Examples
View source: R/plot_many_rf_varimp.R
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
.
1 | plot_many_rf_varimp(rf_list, tax = NULL, n = 50)
|
rf_list |
A list containing random forest models. |
tax |
Taxonomy table. If |
n |
Number of features to display in the resulting boxplot. |
A boxplot based on rf_list
and tax
.
1 | plot_many_rf_varimp(rf_list = rf_vfd_otu_100, tax = otu_good_taxonomy, n = 40)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.