Learn R Programming

pdi (version 0.4.2)

bleedPrevalence: Estimated bleed prevalence (%)

Description

Calculate estimated bleed prevalence.

Usage

bleedPrevalence(a, A, b, B, d, s = 3)

Arguments

a

average active bleed size (mm)

A

number of active bleeds

b

average black stain size (mm)

B

number of black stains

d

diameter at breast height (m)

s

height to which stem surveyed from the tree base (m)

Examples

Run this code
# NOT RUN {
bleedPrevalence(30,10,40,5,1,1.3)
# }

Run the code above in your browser using DataLab