leafabs | R Documentation |
Calculates the flux density of radiation absorbed by leaf.
leafabs(
Rsw,
tme,
tair,
tground,
lat,
long,
PAI,
pLAI,
x,
refls,
refw,
refg,
vegem,
skyem,
dp = NA,
merid = round(long/15, 0) * 15,
dst = 0,
clump = 0
)
Rsw |
Incoming shortwave radiation (W / m2) |
tme |
POSIXlt object of time(s) |
tair |
air temperature (deg C) |
tground |
ground temperature (deg C) |
lat |
latitude (decimal degrees) |
long |
longitude (decimal degrees) |
PAI |
Vector of plant area indices for each canopy layer |
pLAI |
Proportion of plant area that is green vegetation |
x |
the ratio of vertical to horizontal projections of leaf foliage |
refls |
reflectivity of green vegetation to shortwave radiation |
refw |
reflectivity of woody vegetation to shortwave radiation |
refg |
reflectivity of ground to shortwave radiation |
vegem |
emissivity of vegetation |
skyem |
sky emissivity |
dp |
proportion of |
merid |
optional longitude (decimal degrees) of the local time zone meridian (0 for GMT). |
dst |
optional value representing the time difference from the timezone meridian |
clump |
clumpiness factor for canopy (0-1) |
a list of with the following components:
aRsw
absorbed Shortwave radiation (W / m2)
aRlw
absorbed longwave radiation (W / m2)
ref
mean area-wighted reflectivity of vegetation (green and woody)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.