fungi.RdPresence or absence of 11 species of fungi on dead-wood objects at 800 sites and 12 covariates collected at these sites.
data("fungi")A data frame with 800 observations on the following 23 variables :
antsera binary vector
antsina binary vector
astfera binary vector
fompina binary vector
hetpara binary vector
junluta binary vector
phefera binary vector
pheniga binary vector
phevita binary vector
poscaea binary vector
triabia binary vector
diama numeric vector indicating the diameter of dead-wood object
dc1a binary vector indicating if the decay class is 1 measured in the scale 1, 2, 3, 4, 5 (from freshly decayed to almost completely decayed)
dc2a binary vector indicating if the decay class is 2
dc3a binary vector indicating if the decay class is 3
dc4a binary vector indicating if the decay class is 4
dc5a binary vector indicating if the decay class is 5
quality3a binary vector indicating if the quality is level 3
quality4a binary vector indicating if the quality is level 4
ground3a binary vector indicating if the ground contact is level 3 as 2 = no ground contact, 3 = less than half of the log in ground contact and 4 = more than half of the log in ground contact
ground4a binary vector a binary vector indicating if the ground contact is level 4
epia numeric vector indicating the epiphyte cover
barka numeric vector indicating the bark cover
Wilkinson, D. P.; Golding, N.; Guillera-Arroita, G.; Tingley, R. and McCarthy, M. A. (2018) A comparison of joint species distribution models for presence-absence data. Methods in Ecology and Evolution.
data(fungi, package="jSDM")
head(fungi)
#> antser antsin astfer fompin hetpar junlut phefer phenig phevit poscae triabi
#> 1 0 0 0 0 0 0 1 0 0 0 0
#> 2 0 0 0 0 0 0 0 0 0 0 0
#> 3 0 0 0 0 0 0 0 0 1 0 0
#> 4 0 0 0 0 0 0 0 0 1 0 0
#> 5 0 0 0 0 0 0 0 0 0 0 0
#> 6 0 0 0 0 0 0 0 0 0 0 0
#> diam dc1 dc2 dc3 dc4 dc5 quality3 quality4 ground3 ground4 epi
#> 1 1.3699426 1 0 0 0 0 0 1 0 1 -0.6626584
#> 2 -0.2083835 0 0 0 0 0 1 0 0 0 -0.6626584
#> 3 0.2435434 0 0 0 0 0 0 1 0 1 -0.3568567
#> 4 0.8040889 1 0 0 0 0 0 1 0 0 -0.6626584
#> 5 -0.5927520 0 0 0 0 0 0 1 0 0 -0.6626584
#> 6 -0.8227620 0 0 1 0 0 0 0 0 1 -0.3568567
#> bark
#> 1 0.5297272
#> 2 1.2511949
#> 3 -1.0334527
#> 4 -0.9132081
#> 5 1.2511949
#> 6 1.2511949