plot_randomForest_results: Plot Random Forest Results

View source: R/classify.R

plot_randomForest_resultsR Documentation

Plot Random Forest Results

Description

Plot Random Forest Results

Usage

plot_randomForest_results(randomForest_obj, phylo, classified_by, top = 20)

Arguments

randomForest_obj

randomForest object

top

number of top OTUs, which should be plotted

Value

plot

Examples

data("mice_B6_N")
prediction_model <- classify_randomForest(mice_B6_N, "treatment_group")
plot_randomForest_results(prediction_model, 10)

ericjcgalvez/MicrobiomeWrangler documentation built on April 14, 2022, 6:33 p.m.