Skip to content

Getting Started

Install the allometric package and load models for prediction.

The allometric R package provides tools for predicting tree attributes from the models stored in the allometric/models repository. Install it from GitHub, install the compiled model distribution, and load the models:

devtools::install_github("allometric/allometric")
library(allometric)
install_models() # downloads the compiled v4 model distribution
allometric_models <- load_models()

load_models() returns a table of every model in the distribution, which you can filter by publication, model type, country, or region. See The allometric Package for a full walkthrough of finding and predicting with models.