hru_lc_ratio: Zonal vegetation coverage for each Hru in dWaSSI-C

Description Usage Arguments Details Examples

View source: R/Functions.R

Description

FUNCTION_DESCRIPTION

Usage

1
hru_lc_ratio(classname, shp, field = NULL)

Arguments

classname

a raster of each hru it can be vegetation type or soil type

shp

the zonal boundary

field

the field of the shp boundary that will used for zonal

varname

The name of the zonaled variable

Details

This is a function for zonal hru data

Examples

1
2
3
4
5
6
## Not run: 
ha<-hru_lc_ratio(classname = "inputs/Landcover/LUCC_Sun_IGBP.nc",
            shp = Basins,
            field="Station")

## End(Not run)

ln1267/dWaSSI documentation built on Dec. 3, 2019, 4:39 a.m.