lake.morphol.2016.aggregate.val.spatial {ecoval}R Documentation

Aggregate valuations along a single spatial dimension.

Description

Aggregate valuations of different lake shore sections along a single spatial dimension according to an arbitrarily defined grid.

Usage

lake.morphol.2016.aggregate.val.spatial(u,breakpoints)

Arguments

u

Data frame with calculated values for nodes (columns) and different shore sections (rows). The row labels are assumed to contain the spatial information as a string in the format id | start - end where id is the id of the lake, start is the start coordinate of the section along the shore line, and end is the end coordinate along the shore line. The first part, id | , is optional and can be omitted if the data is from a unique length measurement (of a single lake). Single spaces between the items are required. Note that this format is produced automatically when reading attributes with the function lake.morphol.2016.read.attrib and is then transferred to the values file when evaluating the value function.

breakpoints

For a single lake id, a vector of breakpoints that define the intervals to which the values are aggregated. For multiple lakes, a list of such vectors with as many elements and in the same order as the lake ids in the data frame provided with the argument u.

Details

Aggregation is done by length-weighted averaging of the values at each level of the objectives hierarchy. Note that this leads to an valuation result that is not compatible with the original value function (valuations of end nodes and aggregated nodes) across the objective hierarchy. Nevertheless, this seems to be the most meaningful aggregation as we cannot average discrete, non-numeric attributes and then re-calculate the corresponding values.

Value

A data frame of the same format as the argument u with the aggregated values.

Author(s)

Peter Reichert <peter.reichert@eawag.ch>

References

Langhans, S.D., Lienert, J., Schuwirth, N. and Reichert, P. How to make river assessments comparable: A demonstration for hydromorphology, Ecological Indicators 32, 264-275, 2013. doi: 10.1016/j.ecolind.2013.03.027

Langhans, S.D., Reichert, P. and Schuwirth, N. The method matters: indicator aggregation in ecological river assessment. Ecological Indicators 45, 494-507, 2014. doi: 10.1016/j.ecolind.2014.05.014

Reichert, P., Schuwirth, N. and Langhans, S. Constructing, evaluating and visualizing value and utility functions for decision support, Environmental Modelling & Software 46, 283-291, 2013. doi: 10.1016/j.envsoft.2013.01.017

Reichert, P., Langhans, S., Lienert, J. and Schuwirth, N. The conceptual foundation of environmental decision support. Journal of Environmental Management. 154, 316-332, 2015. doi: 10.1016/j.jenvman.2015.01.053

Reichert, P., Borsuk, M., Hostmann, M., Schweizer, S., Sporri, C., Tockner, K. and Truffer, B. Concepts of decision support for river rehabilitation, Environmental Modelling and Software 22, 188-201, 2007. doi: 10.1016/j.envsoft.2005.07.017

https://modul-stufen-konzept.ch

Niederberger, K., Rey, P., Reichert, P., Schlosser, J., Helg, U., Haertel-Borer, S., Binderheim, E. Methoden zur Untersuchung und Beurteilung der Seen. Modul: Oekomorphologie Seeufer. Bundesamt fuer Umwelt, Bern. Umwelt-Vollzug Nr. 1632. 73 S. 2016. http://www.bafu.admin.ch/uv-1632-d

Schlosser, J.A., Haertel-Borer, S., Liechti, P., Reichert, P. Konzept fuer die Untersuchung und Beurteilung der Seen in der Schweiz. Anleitung zur Entwicklung und Anwendung von Beurteilungsmethoden. Bundesamt fuer Umwelt, Bern. Umwelt-Wissen Nr. 1326. 38 S. 2013. http://www.bafu.admin.ch/uw-1326-d

See Also

lake.morphol.2016.create, lake.morphol.2016.read.attrib, lake.morphol.2016.plot.val.spatial.


[Package ecoval version 1.2.9 Index]