LAIfrac | R Documentation |
Generates fraction of green leaves profile
LAIfrac(m, pLAI, skew = 7)
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). |
vector of length m
of the proportion of plant area that is green leaf area
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.