-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
16 lines (16 loc) · 769 Bytes
/
DESCRIPTION
File metadata and controls
16 lines (16 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Package: percopackage
Title: Percolation Analysis functions
Version: 0.0.0.9001
Authors@R: c(person("Sophie C.", "Schmidt", email = "s.c.schmidt@uni-koeln.de", role = c("aut", "cre")), person("Simon", "Maddison", email ="simon.maddison@btinternet.com", role = "aut"))
Description: Three functions to run percolation analysis, which is a spatial
clustering algorithm, on a set of spatial data points, map the results
and draw three different plots for analysis. For further details read the
vignette "percolation".
Depends: R (>= 3.5.0)
License: MIT
Encoding: UTF-8
LazyData: true
Imports: bookdown, igraph, maptools, rgdal, stringr, calibrate, Hmisc, ggplot2, knitr, roxygen2, sp, base, raster
RoxygenNote: 7.1.0
Suggests: rmarkdown
VignetteBuilder: knitr