-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
33 lines (33 loc) · 1.08 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
Type: Package
Package: onpoint
Title: Helper Functions for Point Pattern Analysis
Version: 1.0.6
Authors@R:
person("Maximilian H.K.", "Hesselbarth",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1125-9918"))
Maintainer: Maximilian H.K. Hesselbarth <[email protected]>
Description:
Growing collection of helper functions for point pattern analysis. Most functions
are designed to work with the 'spatstat' (<http://spatstat.org>) package. The focus of
most functions are either null models or summary functions for spatial point patterns.
For a detailed description of all null models and summary functions, see
Wiegand and Moloney (2014, ISBN:9781420082548).
URL: https://r-spatialecology.github.io/onpoint/
BugReports: https://github.com/r-spatialecology/onpoint/issues
License: GPL (>= 3)
Depends: R (>= 3.1)
Imports:
ggplot2,
spatstat.explore,
spatstat.geom,
spatstat.random,
stats
Suggests:
covr,
spatstat (>= 2.0.0),
testthat (>= 3.0.0)
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3