README.md

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. License wercker status codecov r-universe
name r-universe package

logo of ANB: Agentschap Natuur & Bos

Automated Modelling of Diameter Height Curves for Trees

The dhcurve package bundles a number of functions that allow to model 'Diameter Height Curves' starting from a dataset of tree measures (tree species, location, perimeter and height). The final result is a dataset that provides an estimated height for each combination of tree species, location and perimeter, or a dataset that provides for each combination of tree species and location the parameters A, B and C of the model curve $Height = A + B\log(Perimeter)+C\log(Perimeter)^2$.

The package is written in Dutch.

An English poster on this package, presented at the International Statistical Ecology Conference in the University of St. Andrews in 2018, is available here.

Installation

To install dhcurve from the INBO universe, start a new R session and run this code (before loading any packages):

# Enable the INBO universe (not needed for INBO employees, as this is the default setting)
options(
  repos = c(
    inbo = "https://inbo.r-universe.dev", CRAN = "https://cloud.r-project.org"
  )
)
# Install the packages
install.packages("dhcurve")

To install dhcurve from GitHub, start a new R session and run this code (before loading any packages):

#install.packages("remotes")
remotes::install_github("inbo/dhcurve")

logo of ANB: Vlaanderen is natuur



inbo/dhcurve documentation built on April 6, 2023, 5:17 a.m.