Package: rbias
Title: Create a bias surface
Version: 0.1
Authors@R: 
    c(person(given = "Gerrit",
           family = "Günther",
           role = c("aut", "cre"),
           email = "guenther@geographie.uni-kiel.de",
           comment = c(ORCID = "0000-0002-9930-2708")),
    person(given = "Michael",
           family = "Kempf",
           role = "aut",
           email = "kempf@geographie.uni-kiel.de",
           comment = c(ORCID = "0000-0002-9474-4670")),
    person(given = "Daniel",
           family = "Knitter",
           role = "aut",
           email = "knitter@geographie.uni-kiel.de",
           comment = c(ORCID = "0000-0003-3014-4497")))
Author: Gerrit Günther [aut, cre],
    Michael Kempf [aut],
    Daniel Knitter [aut],
Maintainer: Gerrit Günther <guenther@geographie.uni-kiel.de>
Description: This packages creates bias surfaces (see Kempf et al. forthcoming) based on polygon data. It uses FuzzyLandscapes package to define fuzzy membership functions that translates the distance to the bias-causing feature into values that mirror the degree of influence (from 0 = no influence to 1 = determining influence) on objects discovered around the polygons.
Imports: terra,
         sf,
         data.table,
         FuzzyLandscapes,
         jsonlite
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Suggests: 
    rmarkdown,
    knitr
VignetteBuilder: knitr
