LAIfrac: Generates fraction of green leaves profile

View source: R/geometry.R

LAIfracR Documentation

Generates fraction of green leaves profile

Description

Generates fraction of green leaves profile

Usage

LAIfrac(m, pLAI, skew = 7)

Arguments

m

number of canopy nodes

pLAI

mean proportion of green leaf foliage

skew

number between 0 and 10 indicating the degree of skew towards top of canopy in green foliage (see details).

Value

vector of length m of the proportion of plant area that is green leaf area

Examples

plot(LAIfrac(100,0.8, 0),type="l", ylim = c(0,1))
plot(LAIfrac(100,0.8, 5),type="l", ylim = c(0,1))
plot(LAIfrac(100,0.8, 10),type="l", ylim = c(0,1))

ilyamaclean/microctools documentation built on Jan. 25, 2023, 5:29 a.m.