Gadgets for Ecological Niche Modelling
R
Switch branches/tags
Nothing to show
Permalink
Failed to load latest commit information.
R
man
.gitignore
DESCRIPTION
NAMESPACE
README.md

README.md

ENMGadgets

About

Gadgets for Ecological Niche Modelling

Install

Install the development version using install_github within Hadley's devtools package.

install.packages("devtools")
require(devtools)

install_github("vijaybarve/ENMGadgets")
require(ENMGadgets)

Note:

Windows users have to first install Rtools and make sure the path is included in system path setting.

Packages ENMGadgets depends on

Functions currently available

PCARaster

pcaop = iPCARaster()

PCAProjection

pcaop = iPCAProjection()

CropRaster

iCropRaster()

DistanceFilter

DistanceFilter()

NicheViews

iNicheViews()

BatchMask

iBatchMask()

ModelThreshold

iModelThreshold()

PartialROC

iPartialROC()

MOP

iMOP()

BatchMaxent

iBatchMaxent()