initial commit
This commit is contained in:
17
man/plot_rf_importance.Rd
Normal file
17
man/plot_rf_importance.Rd
Normal file
@@ -0,0 +1,17 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/functions.R
|
||||
\name{plot_rf_importance}
|
||||
\alias{plot_rf_importance}
|
||||
\title{Plot Random Forest Variable Importance}
|
||||
\usage{
|
||||
plot_rf_importance(data)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{An sf object or data frame containing the 'forested' target and predictors.}
|
||||
}
|
||||
\description{
|
||||
Fits a ranger Random Forest model to the provided data, calculates
|
||||
permutation importance, and generates a lollipop chart. It distinguishes
|
||||
between spatial (lat/lon) and biophysical predictors.
|
||||
Uses the project's 'Atkinson' font theme via theme_forestry_plot().
|
||||
}
|
||||
Reference in New Issue
Block a user