-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1018 Bytes
/
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: gRasslands
Title: Alpha Diversity Estimation in Grasslands
Version: 0.0.0.9000
Authors@R:
person("Laura", "Obrecht", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: A workflow to combine species richness data with multi-temporal Sentinel-2 reflectances.
With provided data, floral biodiversity in Franconian Grasslands can be predicted via a random forest model.
We want to encourage, using data from other locations, to get a broader understanding about biodiversity in grasslands.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
caret,
dplyr,
ggplot2,
ggpubr,
ggspatial,
magrittr,
openxlsx,
raster,
readxl,
sf,
stats,
stringr,
terra,
tibble,
tidyr,
tidyterra,
zoo
URL: https://github.com/Siedrid/gRasslands
BugReports: https://github.com/Siedrid/gRasslands/issues
Depends:
R (>= 2.10)
LazyData: true