This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:data:wetlands [2017/03/02 11:21] David Zelený [Script for direct import of data to R] |
en:data:wetlands [2018/04/09 15:56] (current) |
||
---|---|---|---|
Line 16: | Line 16: | ||
===== Data for download ===== | ===== Data for download ===== | ||
- | *{{:data:datahajek.zip|datahajek.zip}} - zip files containing all matrices | + | *{{https://raw.githubusercontent.com/zdealveindy/anadat-r/master/data/datahajek.zip|datahajek.zip}} - zip files containing all matrices |
===== Script for direct import of data to R ===== | ===== Script for direct import of data to R ===== | ||
- | TEMPORARILY REMOVED | + | <code r> |
+ | bryo <- read.delim ('https://raw.githubusercontent.com/zdealveindy/anadat-r/master/data/bryophytes.txt', row.names = 1) | ||
+ | vasc <- read.delim ('https://raw.githubusercontent.com/zdealveindy/anadat-r/master/data/vasc_plants.txt', row.names = 1) | ||
+ | chem <- read.delim ('https://raw.githubusercontent.com/zdealveindy/anadat-r/master/data/chemistry.txt', row.names = 1) | ||
+ | |||
+ | </code> | ||
===== References ===== | ===== References ===== | ||
*Hájek M., Hekera P. & Hájková P. (2002): Spring fen vegetation and water chemistry in the Western Carpathian flysch zone. - //Folia Geobotanica//, 37: 205-224. [[http://www.springerlink.com/content/8l2410qvkk86461w/|www]] | *Hájek M., Hekera P. & Hájková P. (2002): Spring fen vegetation and water chemistry in the Western Carpathian flysch zone. - //Folia Geobotanica//, 37: 205-224. [[http://www.springerlink.com/content/8l2410qvkk86461w/|www]] |