Gadgets for Ecological Niche Modelling
Install the development version using install_github
within Hadley's devtools package.
install.packages("devtools")
require(devtools)
install_github("narayanibarve/ENMGadgets")
require(ENMGadgets)
Note:
Windows users have to first install Rtools and make sure the path is included in system path setting.
- [raster] (http://cran.r-project.org/web/packages/raster/)
- [maptools] (http://cran.r-project.org/web/packages/maptools/)
- [sqldf] (http://cran.r-project.org/web/packages/sqldf/)
- [fields] (http://cran.r-project.org/web/packages/fields/)
- [rgdal] (http://cran.r-project.org/web/packages/rgdal/)
- [dismo] (http://cran.r-project.org/web/packages/dismo/)
pcaop = iPCARaster()
pcaop = iPCAProjection()
iCropRaster()
DistanceFilter()
iNicheViews()
iBatchMask()
iModelThreshold()
iPartialROC()
iMOP()
iBatchMaxent()