eucalypts | R Documentation |
This dataset is from \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1111/2041-210x.12180")}.
eucalypts
A 'list': List of 3.
data.frame with 7 environmental covariates
Presence-absence data for 12 eucalypts species
Coordinates for the sites
This is a dataset about butterfly communities. It consists of 458 sites and 12 species.
Maximilian Pichler
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.