View source: R/Func_landcover.R
LaiRf.GLC | R Documentation |
LaiRf.GLC
Generate the default LAI and Roughness Length for USGS GLC
LaiRf.GLC
LaiRf.GLC(lc = NULL, years = 2000 + 1:2, if.daily = FALSE)
lc |
land classe codes |
years |
numeric years. |
if.daily |
whether daily output |
Default LaiRf.GLC parameters, a list $LAI, $RL
lc = 1:14
lr=LaiRf.GLC(lc, years=2000:2001)
par(mfrow=c(2,1))
col=1:length(lc)
plot(lr$LAI, col=col, main='LAI');
legend('top', paste0(lc), col=col, lwd=1)
plot(lr$RL, col=col, main='Roughness Length');
legend('top', paste0(lc), col=col, lwd=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.