Skip to content
Prev 28446 / 29559 Next

Restricting geographical space for SDM analyses in R

Hi,

You can limit the domain of your modeling to irregular polygons such
as a coastline buffered to some +/- distance inshore/offshore, but the
ease of doing so depends upon your data and covariates. You haven't
provided much detail (well, none actually) so it's a challenge to
suggest anything.  For the vector/point data take a look at the sf
package (https://CRAN.R-project.org/package=sf) or sp
(https://CRAN.R-project.org/package=sp) packages, and for rasterized
data you could try raster (https://CRAN.R-project.org/package=raster),
terra (https://CRAN.R-project.org/package=terra) or stars
(https://CRAN.R-project.org/package=stars) packages.

Cheers,
Ben

On Mon, Nov 16, 2020 at 6:44 AM Francisco Borges
<franciscoomcborges at gmail.com> wrote: