eucalypts {sjSDM} | R Documentation |
eucalypts
Description
This dataset is from doi:10.1111/2041-210x.12180.
Usage
eucalypts
Format
A 'list': List of 3.
- env
data.frame with 7 environmental covariates
- PA
Presence-absence data for 12 eucalypts species
- lat_lon
Coordinates for the sites
Details
This is a dataset about butterfly communities. It consists of 458 sites and 12 species.
Author(s)
Maximilian Pichler
Source
Examples
## Not run:
PA = eucalypts$PA
E = eucalypts$env
LatLon = eucalypts$lat_lon
m = sjSDM(PA,
scale(E),
spatial = DNN(scale(LatLon), formula = ~0+.),
se = TRUE,
verbose = FALSE)
summary(m)
plot(m)
## End(Not run)
[Package sjSDM version 1.0.6 Index]