View source: R/Func_landcover.R
LaiRf.NLCD | R Documentation |
LaiRf.NLCD
Generate the default LAI and Roughness Length
LaiRf.NLCD
LaiRf.NLCD(lc, years = 2000)
lc |
land classe codes |
years |
numeric years. |
class |
The classification of the Landuse of NLCD |
Default LaiRf.NLCD parameters, a list $LAI, $RL
lc = c(43, 23, 81, 11)
lr=LaiRf.NLCD(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.