|
1 | 1 | Package: SDraw
|
2 | 2 | Type: Package
|
3 |
| -Title: Spatially Balanced Sample Draws for Spatial Objects |
4 |
| -Version: 2.1.6 |
5 |
| -Date: 2019-03-05 |
6 |
| -Author: person("Trent", "McDonald") |
| 3 | +Title: Spatially Balanced Samples of Spatial Objects |
| 4 | +Version: 2.1.7 |
| 5 | +Date: 2019-03-06 |
7 | 6 | Maintainer: Trent McDonald <tmcdonald@west-inc.com>
|
8 |
| -Description: Routines for drawing samples, focusing on spatially balanced algorithms. Draws Halton Lattice (HAL), Balanced Acceptance Samples (BAS), Generalized Random Tessellation Stratified (GRTS), 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'. |
| 7 | +Authors@R: c(person("Trent", "McDonald", role=c("cre","aut"), email="tmcdonald@west-inc.com"), |
| 8 | + person("Aidan", "McDonald", role="aut", email="amcdonald@west-inc.com", comment="HIP sampling methods")) |
| 9 | +Description: Routines for drawing samples from spatial objects, focused on spatially |
| 10 | + balanced algorithms. Draws Halton Iterative Partition (HIP) |
| 11 | + (Robertson et al., 2018; <doi:10.1007/s10651-018-0406-6>), |
| 12 | + Balanced Acceptance Samples (BAS) (Robertson et al., 2013; <doi:10.1111/biom.12059>), |
| 13 | + Generalized Random |
| 14 | + Tessellation Stratified (GRTS) (Stevens and Olsen, 2004; <doi:10.1198/01621450400000025>), |
| 15 | + Simple Systematic Samples (SSS) and |
| 16 | + Simple Random Samples (SRS) from point, line, and polygon resources. |
| 17 | + Frames are 'SpatialPoints', 'SpatialLines', or 'SpatialPolygons' |
| 18 | + objects from package 'sp'. |
9 | 19 | License: GNU General Public License
|
10 | 20 | URL: https://github.com/tmcd82070/SDraw/wiki/SDraw
|
11 | 21 | BugReports: https://github.com/tmcd82070/SDraw/issues
|
|
0 commit comments