Learn R Programming

pdi (version 0.4.2)

crownVolume: Estimated crown volume (m^3)

Description

Calculate estimated crown volume.

Usage

crownVolume(r, h, l, c)

Arguments

r

crown radius (m)

h

total height (m)

l

lower crown height (m)

c

crown condition (%)

Examples

Run this code
# NOT RUN {
crownVolume(3,15,10,50)
# }

Run the code above in your browser using DataLab