ecrins: European Catchments and Rivers Network System (Ecrins)

Description Usage References Examples

Description

The Europe-wide data set has been clipped to a bounding box well fitting the country borders of Austria as well as the mapping grid for the recording of the vascular plant flora in Central Europe (“Kartierung der Flora Mitteleuropas”). Among the attributes of the original river network data set only Strahler stream order (column STRAHLER) and river rank (column RIVRANK) is kept to reduce memory demands. Concerning lake water bodies only lake score (column SCORE) is available. Function ecrins is a shorthand to load both data sets into memory. Versions rivers2 and lakes2 includes a bigger domain of extent(5.666667, 19.16667, 45, 55). Both datasets can be load with function ecrins2.

Usage

1
2
3
4
5
6
7
8
	data("rivers")
	data("rivers2")

	data("lakes")
	data("lakes2")
	
	ecrins()
	ecrins2()

References

eea.europa.eu

Examples

1
2
3
4
5
6
7
data("rivers", package = "sabotagdata")
data("lakes", package = "sabotagdata")
ecrins()

#data("rivers2", package = "sabotagdata")
#data("lakes2", package = "sabotagdata")
#ecrins2()

kardinal-eros/sabotag-data documentation built on March 1, 2021, 9:04 p.m.