-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
40 lines (40 loc) · 1.42 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
Package: spatialsampler
Type: Package
Title: An Implementation of the Centric Systematic Area Sampling (CSAS) and
Simple Spatial Sampling Method (S3M) sampling approaches in R
Version: 0.1.0
Authors@R: c(
person("Mark", "Myatt", email = "[email protected]", role = "aut"),
person("Farah", "Ibrahim", email = "[email protected]", role = "aut"),
person("Ernest", "Guevarra", comment = c(ORCID = "0000-0002-4887-4415"),
email = "[email protected]", role = c("aut", "cre")))
Description: The Centric Systematic Area Sampling (CSAS) and the Simple Spatial
Survey Method (S3M) are spatial sampling methods adapted and used in health
and nutrition surveys by Brixton Health and Valid International. CSAS and
S3M are used in surveys designed to be spatially representative i.e., the
sample distributed evenly across the survey area, using a spatial sample
design that selected communities located closest to the centroids of a
square (for CSAS) or hexagonal (for S3M) grid laid over the survey area.
Depends: R (>= 2.10)
Imports:
gstat,
Imap,
rgeos,
rgdal,
raster,
maptools,
maps,
sp,
geosphere,
FNN,
magrittr,
methods
Suggests:
testthat (>= 2.1.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Language: en-GB
RoxygenNote: 7.1.1
URL: https://github.com/spatialworks/spatialsampler
BugReports: https://github.com/spatialworks/spatialsampler/issues