MyNixOS website logo
Description

Reproducible Integrated Species Distribution Models Across Norway using 'INLA'.

Integration of disparate datasets is needed in order to make efficient use of all available data and thereby address the issues currently threatening biodiversity. Data integration is a powerful modeling framework which allows us to combine these datasets together into a single model, yet retain the strengths of each individual dataset. We therefore introduce the package, 'intSDM': an R package designed to help ecologists develop a reproducible workflow of integrated species distribution models, using data both provided from the user as well as data obtained freely online. An introduction to data integration methods is discussed in Issac, Jarzyna, Keil, Dambly, Boersch-Supan, Browning, Freeman, Golding, Guillera-Arroita, Henrys, Jarvis, Lahoz-Monfort, Pagel, Pescott, Schmucki, Simmonds and O’Hara (2020) <doi:10.1016/j.tree.2019.08.006>.

intSDM

R-CMD-check Codecov testcoverage

The goal of intSDM is to assist users in creating a reproducible workflow for large-scale integrated species distribution models. The package does this by providing the tools and methods to obtain species’ occurrence data from GBIF and environmental covariates from WorldClim. The package then estimates the integrated species distribution model using a Bayesian framework with the integrated nested Laplace approximation method.

Installation

You can install the development version of this package from GitHub with:

#install.packages('devtools')
devtools::install_github("PhilipMostert/intSDM")

or directly through CRAN:

install.packages('intSDM')

Functionality

The package contains two main functions: startWorkflow which initializes the workflow, and sdmWorkflow, which estimates one of the specified outcomes of the workflow. startWorkflow produces an R6, which has a multitude of different slot functions to help customize the workflow. These include:

Function nameFunction use
.$plot()Plot data and other objects required for the model.
.$addStructured()Add data not available on GBIF.
.$addMesh()Create an inla.mesh object.
.$addGBIF()Add data from GBIF.
.$addArea()Specify sampling domain.
.$addCovariates()Add spatial covariates.
.$crossValidation()Specify the cross-validation method.
.$modelOptions()Add R-INLA, inlabruand PointedSDMs options.
.$specifySpatial()Add penalizing complexity priors to the spatial effects.
.$biasFields()Specify an additional spatial effect for a dataset.
.$workflowOutput()Specify the output of the workflow.
.$obtainMeta()Obtain metadata for the occurrence records.

An example of the package in-use is provided as a vignette within the package.

Metadata

Version

2.0.2

License

Unknown

Platforms (75)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows