Skip to content

A user-friendly spatial tool with a web-based interface that allows users to import SDM layers and create and explore ensemble predictions to inform management and explore spatial uncertainties

master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

eSDM

CRAN version Travis build status AppVeyor Build Status

eSDM is an R package designed to allow users to create ensembles of predictions from species distribution models (SDMs) made at different spatial scales or with different prediction units. Included in the package is the eSDM GUI, an R Shiny tool that provides the user with a graphical user interface that they can use to import, overlay, and create ensembles of SDM predictions.

Installation

You can install the released version of eSDM from CRAN with:

install.packages('eSDM')

To install the latest version from GitHub:

# install.packages('devtools')
devtools::install_github('smwoodman/eSDM', build_vignettes = TRUE)

eSDM GUI

You can access the GUI online at https://swoodman.shinyapps.io/eSDM/. You do not need to have R or RStudio installed to access the GUI online.

To run the GUI locally: install eSDM as described above, and then run the following code in your RStudio console:

eSDM::eSDM_GUI()

Depending on your internet connection, running the GUI locally may be faster than running in online. If text or images overlap within the GUI, please make the browser window full screen or adjust the text size in your browser (e.g., Ctrl - minus (‘-’) on Windows systems)

Manuscript reference

The paper can be obtained here, and is cited as (preferred):

Woodman, S.M., Forney, K.A., Becker, E.A., DeAngelis, M.L., Hazen, E.L., Palacios, D.M., Redfern, J.V. (2019). eSDM: A tool for creating and exploring ensembles of predictions from species distribution and abundance models. Methods Ecol Evol. 2019;10:1923-1933. doi:10.1111/2041-210X.13283

For data used in the example analysis, see https://github.com/smwoodman/eSDM-data

For code used to create applicable figures from the manuscript: Figure 2, Figure 3, Figure 4, Figure 5

Vignettes

# To see the list of available vignettes
browseVignettes("eSDM") 

# To open a specific vignette
vignette("example-analysis")

About

A user-friendly spatial tool with a web-based interface that allows users to import SDM layers and create and explore ensemble predictions to inform management and explore spatial uncertainties

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.