forked from tmcd82070/SDraw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.56 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
Package: SDraw
Type: Package
Title: Spatially Balanced Samples of Spatial Objects
Version: 2.1.8
Date: 2019-03-07
Maintainer: Trent McDonald <[email protected]>
Authors@R: c(person("Trent", "McDonald", role=c("cre","aut"), email="[email protected]"),
person("Aidan", "McDonald", role="aut", email="[email protected]", comment="HIP sampling methods"),
person("Michael", "Kleinsausser", role="ctb"),
person("Stefan", "Emmons", role="ctb", email="[email protected]", comment="Auto testing and Travis"))
Description: Routines for drawing samples from spatial objects, focused on spatially
balanced algorithms. Draws Halton Iterative Partition (HIP)
(Robertson et al., 2018; <doi:10.1007/s10651-018-0406-6>),
Balanced Acceptance Samples (BAS) (Robertson et al., 2013; <doi:10.1111/biom.12059>),
Generalized Random
Tessellation Stratified (GRTS) (Stevens and Olsen, 2004; <doi:10.1198/016214504000000250>),
Simple Systematic Samples (SSS) and
Simple Random Samples (SRS) from point, line, and polygon resources.
Frames are 'SpatialPoints', 'SpatialLines', or 'SpatialPolygons'
objects from package 'sp'.
License: GNU General Public License
URL: https://github.com/tmcd82070/SDraw/wiki/SDraw
BugReports: https://github.com/tmcd82070/SDraw/issues
Imports:
spsurvey,
utils,
rgeos,
graphics,
methods,
deldir,
stats,
covr
Depends:
sp,
R (>= 2.10)
LazyData: true
Suggests:
knitr,
testthat,
devtools,
roxygen2
VignetteBuilder: knitr
RoxygenNote: 6.1.1