thinning: Forest thinning function

Description Usage Arguments Value Author(s) Examples

View source: R/thinning.R

Description

This function allows the user to determine how many days would be needed for a thinning project to reduce YPMC forest from current to historic conditions for a specified number of plots.

Usage

1
thinning(day = 0, plots, original_density = 350)

Arguments

day

Day forest thinning project will end. Default starting day is day 0.

plots

Number of plots interested in thinning. Each plot is 1 ha.

original_density

starting average tree density of all plots (trees/ha). Default density is 350 trees/ha.

Value

Number of days needed to thin all specified plots down to historic densities.

Author(s)

Leana Goetze

Examples

1
2
thinning(plots=4)
thinning(day=0, plots=10, original_density=400)

AllisonBaileyR14/nature_package documentation built on March 22, 2021, 11:02 p.m.