plot_randomForest_results | R Documentation |
Plot Random Forest Results
plot_randomForest_results(randomForest_obj, phylo, classified_by, top = 20)
randomForest_obj |
randomForest object |
top |
number of top OTUs, which should be plotted |
plot
data("mice_B6_N") prediction_model <- classify_randomForest(mice_B6_N, "treatment_group") plot_randomForest_results(prediction_model, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.