-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
52 lines (52 loc) · 1.51 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Type: Package
Package: ENMwizard
Title: Advanced Techniques for Ecological Niche Modeling Made Easy
Version: 0.4.2
Author: Neander M. Heming, Cristian Dambros, Eliecer E. Gutierrez
Maintainer: Neander Marcel Heming <neanderh@yahoo.com.br>
Description: This package provides tools to facilitate the use of advanced
techiques related to Ecological Niche Modeling (ENM) and the
automation of repetitive tasks (model multiple species). The package
provides functions for easier: 1. preparation of occurrence and
environmental data; 2. model tunning (thanks to the package ENMeval);
3. model fitting and projection; 4. consensual projections 5.
threshold application; 6. mask application on thresholded projections,
and; 7. computation of basic model and projection metrics for results
reporting. ENMwizard also provides methods described in Gutiérrez &
Heming in prep. See 'readme' file in
https://github.com/HemingNM/ENMwizard for a brief tutorial.
License: GPL-3
URL: https://github.com/HemingNM/ENMwizard
BugReports: https://github.com/HemingNM/ENMwizard/issues
Imports:
alphahull,
apcluster,
data.table,
dismo,
ENMeval (>= 0.3.0),
fields,
graphics,
grDevices,
igraph,
methods,
NbClust,
parallel,
plotrix,
raster,
reshape2,
sp,
spThin,
stats,
utils
Suggests:
devtools,
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Remotes:
github::danlwarren/ENMTools
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3