powered by
Urbanises or de-urbanises the Lcv using the FEH2025 methods
LcvUrb(LCV, URBEXT, DeUrb = FALSE)
The urban adjust Lcv or the de-urbanised Lcv
the Lcv (numeric)
quantification of urban and suburbanisation for the subject catchment (URBEXT2015)
logical argument with a default of FALSE. If set to TRUE, de-urbanisation adjustment is performed, if FALSE, urbanisation adjustment is performed
Anthony Hammond
# Apply a de-urbanisation with an LCV of 0.21 and an URBEXT of 0.1138 LcvUrb(0.21, 0.1138, DeUrb = TRUE) # Apply and urban adjustment using LCV 0.196 and URBEXT of 0.1138 LcvUrb(0.196, 0.1138)
Run the code above in your browser using DataLab