Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 754 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 754 Bytes

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.

This is now defunct: go to Philip Mostert's repo for the updated version.

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")