forked from cmerow/trinaryMaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.08 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: trinaryMaps
Type: Package
Title: Trinary Maps Based on Upper and Lower ROC Bounds for Species' Ranges
Version: 0.1.0
Authors@R: c(person(given = "Cory",
family = "Merow",
role = "aut"),
person(given = c("Gonzalo", "E."),
family = "Pinilla-Buitrago",
role = c("aut", "cre"),
email = "[email protected]"))
Maintainer: Gonzalo E. Pinilla-Buitrago <[email protected]>
Description: A collection of tools for thresholding range maps. The goal is to avoid the often arbitrary designation of binary range maps by choosing upper and lower bounds on viable thresholds, beyond which higher/lower threshold do not contain useful information for species' range modeling applications.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
graphics,
grDevices,
pROC,
terra,
stats
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.3.2
URL: https://gepinillab.github.io/trinaryMaps/
Config/testthat/edition: 3