-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
17 lines (17 loc) · 1.09 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: aim.analysis
Date: 2024-10-08
Type: Package
Title: Analysis and Reporting of Terrestrial AIM Data Using TerrADat and Sample Design Documentation
Version: 0.9.0
Authors@R: c(person(given = c("Nelson", "G."), family = "Stauffer", email = "nelson.stauffer@ars.usda.gov", role = c("aut", "cre")), person("Steve", "Garman", email = "sgarman@blm.gov", role = c("aut")), person("Jason", "Karl", email = "jakal14@gmail.com", role = c("aut")))
Description: Provides functions for importing sample design geodatabases used for recording and tracking terrestrial Assessment, Inventory, and Monitoring (AIM) projects; importing management benchmark criteria for AIM projects; importing Terrestrial AIM Database (TerrADat) spatial data; evaluating TerrADat values using management benchmarks; calculating analysis weights for field data based on sample designs, reporting units, and management objectives; and reporting weighted categorical analyses.
Depends: R (>= 4.0.0)
License: MIT License
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.3.1
Imports: tidyverse,
sf
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr