eucalypts: eucalypts

eucalyptsR Documentation

eucalypts

Description

This dataset is from \Sexpr[results=rd]{tools:::Rd_expr_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

\Sexpr[results=rd]{tools:::Rd_expr_doi("10.1111/2041-210x.12180")}

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)

sjSDM documentation built on Sept. 11, 2024, 7:18 p.m.