fun.lairl: Generate the default landcover parameters for NLCD...

Description Usage Arguments Value Examples

View source: R/Func_landcover.R

Description

Generate the default landcover parameters for NLCD classification fun.lairl

Usage

1
fun.lairl(lc, years = 2000)

Arguments

lc

land classe codes in NLCD classes.

years

numeric years.

Value

Default fun.lairl parameters, a list $LAI, $RL

Examples

1
2
3
4
5
6
7
8
lc = c(43, 23, 81, 11)
lr=fun.lairl(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)

happynotes/PIHMgisR documentation built on Jan. 25, 2020, 9:51 p.m.