Learn R Programming

pdi (version 0.4.2)

crownSurfaceArea: Crown surface area (m^2)

Description

Calculate the crown surface area

Usage

crownSurfaceArea(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 {
crownSurfaceArea(3,15,10,50)
# }

Run the code above in your browser using DataLab