-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.02 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
37
38
39
40
41
42
43
44
Type: Package
Package: densityarea
Title: Polygons of Bivariate Density Distributions
Version: 0.1.0.9001
Authors@R:
person("Josef", "Fruehwald", , "[email protected]", role = c("aut", "cre", "cph"))
Description: With bivariate data, it is possible to calculate
2-dimensional kernel density estimates that return polygons at given
levels of probability. 'densityarea' returns these polygons for
analysis, including for calculating their area.
License: GPL (>= 3)
URL: https://github.com/JoFrhwld/densityarea,
https://jofrhwld.github.io/densityarea/
BugReports: https://github.com/JoFrhwld/densityarea/issues
Depends:
R (>= 4.1)
Imports:
cli,
dplyr,
ggdensity,
isoband,
purrr,
rlang,
sf,
sfheaders,
tibble,
vctrs
Suggests:
forcats,
ggplot2,
knitr,
ragg,
readr,
rmarkdown,
stringr,
testthat (>= 3.0.0),
tidyr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3