ggCatInfluence | R Documentation |
Function to return the relative influence per category of predictors from boosted regression trees obtained with the gbm.step routine in the dismo package.
ggCatInfluence(..., category = NULL, data = df, signif = FALSE)
... |
several gbm.step object (object of S3 class gbm) |
category |
the name of the column that contains the different categories associated to the predictors |
signif |
Logical. If TRUE (default FALSE), retains only the "significant" predictors (Muller et al. 2013) and rescale their influence to 100 |
df |
a dataframe that contains the predictors and their categories |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.