- x
Data frame, containing column-wise class group fractions with SUBIDs in first column. Typically a result
from UpstreamGroupSLCClasses
. Column names of class group fractions must end with _x
, with x giving the
class group ID, see details.
- type
Character string keyword for class group labeling, used in combination with desc
. Type of class groups,
either "landuse"
, "soil"
, or "crop"
(abbreviations allowed). If "custom"
(default), labeling can be fine-
tuned with argument class.names
.
- desc
List for use with type
. Class description labels imported from a 'description.txt' file, for labeling of
standard class groups. See ReadDescription
for formatting details.
- class.names
Character vector of class group names, with same length as number of class group fractions in x
.
Specification of bar labels, alternative to arguments type
and desc
, in particular for cases where a non-standard
grouping was used for x
.
- xlab
Character string, x-axis label, with defaults for standard groups land use, soil, and crops.
- ylab
Character string, y-axis label.
- ylim
Numeric, two element vector with limits for the y-axis. Defaults to values which give ample space for bar labels.
- names.arg
Character vector, see barplot
. Defaults to no labeling below bars (text labels within plot through
arguments above).
- cex.axis
Numeric, character expansion factor for axis annotation and labels.
- cex.names
Numeric, character expansion factor for class group labels.
- col
Colors for bars. Defaults to type
-specific pre-defined color.
- border
Colors for bar borders. Defaults to no borders.
- legend.text
Character, if provided, a legend will be plotted. Defaults to none if one sub-basin is plotted, and SUBIDs
if several sub-basins are plotted. Set to NA
to prevent legend plotting in any case.
- legend.pos
Character keyword for legend positioning, most likely "left"
or "right"
. For details, see
legend
.
- pars
List of tagged values which are passed to par
.