UAF | R Documentation |
UAF and PRUAF from catchment descriptors for QMED estimation in ungauged urban catchments
UAF(CDs = NULL, URBEXT2000, BFIHOST)
CDs |
catchment descriptors derived from either GetCDs or CDsXML |
URBEXT2000 |
quantification of catchment urbanisation (used when CDs is not) |
BFIHOST |
baseflow index as a function of hydrological soil type of the catchment (used when CDs is not) |
a data.frame with columns UAF and PRUAF
Anthony Hammond
#Get some catchment descriptors for an urban catchment calculate the UAF & PRUAF
CDs.53006 <- GetCDs(53006)
UAF(CDs.53006)
#Calculate UAF and PRUAF using a user input URBEXT2000 and BFIHOST
UAF(URBEXT2000 = 0.1138, BFIHOST = 0.3620)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.