Skip to content

rspatial/predicts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAN status CRAN RStudio mirror downloads

predicts is an R package for spatial predictive modeling, especially species distribution modeling. There are tutorials at rspatial.org/sdm.

predicts uses the "terra" package for spatial data handling replaces the dismo package that uses the old packages "raster" and "sp".

Installation

predicts is available from CRAN, so you can use install.packages("predicts") to get the current released version.

The easiest way to use the development version on Windows or MacOS, is to install it from the R-universe, like this:

install.packages('predicts', repos='https://rspatial.r-universe.dev')

From source-code

To install from source-code you can use:

remotes::install_github("rspatial/predicts")

About

Methods for spatial prediction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published