- subids
Vector containing SUBIDs of subbasins to summarize.
- gd
Imported HYPE GeoData.txt file. See ReadGeoData
.
- bd
Imported HYPE BranchData.txt file. See ReadBranchData
.
- gc
Imported HYPE GeoClass.txt file. See ReadGeoClass
.
- desc
Optional, Imported HYPE Description file. If provided, then dataframe columns will be renamed using the short names in the description file. See ReadDescription
.
- group
Optional, Integer vector of same length as number of SLC classes in gd. Alternative grouping index specification to gcl + type for UpstreamGroupSLCClasses
.
- group.upstream
Logical, if TRUE
, then SLC fractions will be summarized for upstream areas using UpstreamGroupSLCClasses
.
If FALSE
, then SLC fractions will be summarized for subbasin area only using GroupSLCClasses
.
- signif.digits
Optional, Integer specifying number of significant digits to round outputs to. Used by UpstreamGroupSLCClasses
and UpstreamGeoData
.
- progbar
Logical, display a progress bar while calculating summary information. Used by UpstreamGroupSLCClasses
and UpstreamGeoData
.
- summarize.landuse
Logical, specify whether or not subbasin upstream landuse fractions should be calculated.
- summarize.soil
Logical, specify whether or not subbasin upstream soil fractions should be calculated.
- summarize.crop
Logical, specify whether or not subbasin upstream crop fractions should be calculated.
- summarize.upstreamarea
Logical, specify whether or not subbasin upstream area should be calculated.
- unweighted.gd.cols
Vector, names of gd
columns which should be joined to the output data frame without any additional processing.
- upstream.gd.cols
Vector, specify column names of gd
which should be summarized using UpstreamGeoData
.
- olake.slc
Integer, SLC class number representing outlet lake fractions. Used by UpstreamGeoData
.
- bd.weight
Logical, if set to TRUE, flow weights will be applied for areas upstream of stream bifurcations. See UpstreamGeoData
.
- mapoutputs
Vector, paths to mapoutput files that should be read by ReadMapOutput
and joined to the output data frame.