-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 2.03 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
Package: fuzzySim
Type: Package
Title: Fuzzy Similarity in Species Distributions
Version: 4.28
Date: 2024-12-05
Authors@R: c(person(given = c("A.", "Marcia"),
family = "Barbosa",
role = "aut"),
person(given = "Paul",
family = "Melloy",
role = "ctb"),
person(given = c("Jose", "Carlos"),
family = "Guerrero",
role = "fnd"),
person(given = c("A.", "Marcia"),
family = "Barbosa",
role = "cre",
email = "[email protected]")
)
Maintainer: A. Marcia Barbosa <[email protected]>
Imports: graphics,
methods,
modEvA (> 3.9),
stats,
stringi,
utils
Suggests: aod,
parallel,
phylolm,
raster,
terra,
tools
Encoding: UTF-8
Description: Functions to compute fuzzy versions of species occurrence patterns based on presence-absence data (including inverse distance interpolation, trend surface analysis, and prevalence-independent favourability obtained from probability of presence), as well as pair-wise fuzzy similarity (based on fuzzy logic versions of commonly used similarity indices) among those occurrence patterns. Includes also functions for model consensus and comparison (overlap and fuzzy similarity, fuzzy loss, fuzzy gain), and for data preparation, such as obtaining unique abbreviations of species names, defining the background region, cleaning and gridding (thinning) point occurrence data onto raster maps, selecting (pseudo)absences to address survey bias), converting species lists (long format) to presence-absence tables (wide format), transposing part of a data frame, selecting relevant variables for models, assessing the false discovery rate, or analysing and dealing with multicollinearity. Initially described in Barbosa (2015) <doi:10.1111/2041-210X.12372>.
License: GPL-3
URL: http://fuzzysim.r-forge.r-project.org/