-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
executable file
·30 lines (30 loc) · 1.2 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
Package: fitMaxnet
Title: Fit MaxEnt Niche Models Using maxnet
Version: 0.4.7
Authors@R:
person(given = "Peter D.",
family = "Wilson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7375-0791"))
Description: An ensemble of functions to fit Environmental Niche Models (ENMs) using the maxnet implementation of the MaxEnt method. Functions are provided to constrain background point selection, account for spatial sampling bias in occurrence data using optimised spatial thinning, implement k-fold cross-validation, and mask regions of model extrapolation beyond the range of environmental predictors used in model fitting. Unlike the original MaxEnt Java implementation, and most other wrappers around maxnet, the functions in this package can work with projected predictor variables (e.g. equal area projections).
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports: terra,
maxnet,
sf,
geodist,
ggplot2,
dplyr,
dismo,
PRROC,
Rfast,
energy,
ggcorrplot,
ggpubr,
ggsci,
stringr
Depends:
R (>= 4.0)