knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
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.
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.
Check out the vignette:
R
vignette("SolitaryTinomou")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.