lake.morphol.2016.create: Creates a Value Function for Lake Shore Morphology

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/lake.morphol.2016.r

Description

Creates a value function for lake shore morphology based on the Swiss concept for lake assessment.

Usage

1
2
3
lake.morphol.2016.create(language     = "English",
                         dictionaries = NA,
                         col          = NA)

Arguments

language

Language to be used to denote nodes, attributes and attribute levels. Must be a column name of the table provided by the second argument.

dictionaries

Matrix of dictionaries with the languages provided by the column names and the original words provided as the row names. If dictionary is NA, the default dictionary ecoval.dictionaries.default is loaded.

col

Color of bounding boxes in objectives hierarchy.

Details

The following figures show the objectives hierarchy for lake shore morpholgy assessment in English, German and French, as produced by the plot commands shown below:

Value

The function returns the value function as a class utility.

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.read.attrib, lake.morphol.2016.plot.val.spatial, lake.morphol.2016.aggregate.val.spatial.

Examples

1
2
3
4
5
6
morphol <- lake.morphol.2016.create()
plot(morphol,two.lines=TRUE)
morphol.german <- lake.morphol.2016.create("Deutsch")
plot(morphol.german,two.lines=TRUE)
morphol.french <- lake.morphol.2016.create("Francais")
plot(morphol.french,two.lines=TRUE)

ecoval documentation built on Dec. 11, 2021, 9:40 a.m.