| LcvUrb | R Documentation |
Urbanises or de-urbanises the Lcv using the FEH2025 methods
LcvUrb(LCV, URBEXT, DeUrb = FALSE)
LCV |
the Lcv (numeric) |
URBEXT |
quantification of urban and suburbanisation for the subject catchment (URBEXT2015) |
DeUrb |
logical argument with a default of FALSE. If set to TRUE, de-urbanisation adjustment is performed, if FALSE, urbanisation adjustment is performed |
The urban adjust Lcv or the de-urbanised Lcv
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.