# Get some catchment descriptors, then estimate the flows
if (FALSE) {
CDs_27083 <- GetCDs(27083)
LowFlows(CDs_27083)
}
# Now estimate again but remove gauge 27083 from the analysis
if (FALSE) {
LowFlows(CDs_27083, Exclude = 27083)
}
Run the code above in your browser using DataLab