PointedSDMs

This is an R package to fit SDMs in R using a point process formulation. It uses INLA to do the fitting, so a lot of the functions are written to re-format Spatial data so tha INLA can use it.

Installation

At the moment this package is not public, so you will either have a zip file, which you can use with install.packages(), or you will have access to hte GitHub repository, so

R devtools::install_github("oharar/PointedSDMs")

should work.

Usage

Check out the vignette:

R vignette("SolitaryTinomou")