Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 942 Bytes

README.md

File metadata and controls

65 lines (45 loc) · 942 Bytes

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("ENMGadgets", "narayanibarve")
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 = PCARaster()

PCAProjection

pcaop = PCAProjection()

CropRaster

CropRaster()

DistanceFilter

DistanceFilter()

NicheViews

NicheViews()

BatchMask

BatchMask()

ModelThreshold

ModelThreshold()