LaiRf.NLCD: Generate the default LAI and Roughness Length 'LaiRf.NLCD'

View source: R/Func_landcover.R

LaiRf.NLCDR Documentation

Generate the default LAI and Roughness Length LaiRf.NLCD

Description

Generate the default LAI and Roughness Length LaiRf.NLCD

Usage

LaiRf.NLCD(lc, years = 2000)

Arguments

lc

land classe codes

years

numeric years.

class

The classification of the Landuse of NLCD

Value

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

Examples

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)

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