Learn R Programming

sjSDM (version 1.0.6)

eucalypts: eucalypts

Description

This dataset is from tools:::Rd_expr_doi("10.1111/2041-210x.12180").

Usage

eucalypts

Arguments

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

Author

Maximilian Pichler

Details

This is a dataset about butterfly communities. It consists of 458 sites and 12 species.

Examples

Run this code
if (FALSE) {
  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)
  
}

Run the code above in your browser using DataLab