fit_model | R Documentation |
This function fits a Random Forest model to the data in the package.
fit_model(out_dir, seed = 42)
out_dir |
A path to directory for storing results. |
seed |
An integer. A seed number to pass to |
A tibble
## Not run:
library(sf)
library(prioritizedeforestationhotspots)
out_dir <- "~/Documents/prioritize_res"
fit_model(out_dir)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.