This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:data:mite [2019/01/26 21:16] David Zelený [Source of data] |
en:data:mite [2019/02/06 14:00] (current) David Zelený |
||
---|---|---|---|
Line 15: | Line 15: | ||
|SubsDens|Substrate density (dry matter) [g dm<sup>-3</sup>] | | |SubsDens|Substrate density (dry matter) [g dm<sup>-3</sup>] | | ||
|WatrCont|Water content [g dm<sup>-3</sup>] | | |WatrCont|Water content [g dm<sup>-3</sup>] | | ||
- | |Substrate|Substrate [7 unordered classes] | | + | |Substrate|Substrate [7 unordered classes; 6 substrate types + interface category] | |
|Shrub|Shrubs [3 ordered classes] | | |Shrub|Shrubs [3 ordered classes] | | ||
|Topo|Microtopography [Blanket - Hummock] | | |Topo|Microtopography [Blanket - Hummock] | | ||
+ | |||
+ | <imgcaption mites_map|Map of the studied samples, distribution of substratum types, shrub cover and mircotopography (Figs. 1 and 2 from Borcard & Legendre 1994).>{{:obrazky:mites_map_borcard-legendre1994.jpg?direct|}}</imgcaption> | ||
+ | |||
===== R script for direct import of data to R ===== | ===== R script for direct import of data to R ===== | ||
<code rsplus> | <code rsplus> | ||
Line 23: | Line 26: | ||
mite.env <- read.delim ('https://raw.githubusercontent.com/zdealveindy/anadat-r/master/data/mite_env.txt') | mite.env <- read.delim ('https://raw.githubusercontent.com/zdealveindy/anadat-r/master/data/mite_env.txt') | ||
mite.xy <- read.delim ('https://raw.githubusercontent.com/zdealveindy/anadat-r/master/data/mite_xy.txt') | mite.xy <- read.delim ('https://raw.githubusercontent.com/zdealveindy/anadat-r/master/data/mite_xy.txt') | ||
+ | |||
</code> | </code> | ||