PAIgeometry | R Documentation |
Generates plant area index profile
PAIgeometry(m, PAI, skew, spread)
m |
number of canopy nodes |
PAI |
total plant area index for canopy |
skew |
number between 0 and 10 indicating the degree of skew towards top of canopy in canopy foliage (see details) |
spread |
positive non-zero number less than 100 indicating the degree of spread in canopy foliage (see details) |
in specifyign skew
, lower numbers indicate greater skew towards top of
canopy (5 = symetrical). In specifying spread
a value of one indicates almost
all the foliage in concentrated in one canopy layer, whereas a value of 100 indicates
completely evenly spread.
a vector of length m
of plant area indices for each canopy layer
pai <- PAIgeometry(100, 10, 7, 70) plot(pai, type = "l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.