LaiRf.GLC: Generate the default LAI and Roughness Length for USGS GLC...

View source: R/Func_landcover.R

LaiRf.GLCR Documentation

Generate the default LAI and Roughness Length for USGS GLC LaiRf.GLC

Description

Generate the default LAI and Roughness Length for USGS GLC LaiRf.GLC

Usage

LaiRf.GLC(lc = NULL, years = 2000 + 1:2, if.daily = FALSE)

Arguments

lc

land classe codes

years

numeric years.

if.daily

whether daily output

Value

Default LaiRf.GLC parameters, a list $LAI, $RL

Examples

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)

SHUD-System/SHUDtoolbox documentation built on Nov. 27, 2024, 5:54 a.m.