-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.36 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
Package: coreCT
Type: Package
Title: Programmatic Analysis of Sediment Cores Using Computed Tomography Imaging
Version: 1.3.3
Date: 2021-02-05
Authors@R: c(
person(given = c("Troy", "D."), family = "Hill", role = c("aut", "cre"), email = "Hill.Troy@gmail.com", comment = c(ORCID = "0000-0003-2980-4099")),
person(given = "Earl", family = "Davey", role = "ctb"),
person()
)
Description: Computed tomography (CT) imaging is a powerful tool for understanding the composition of sediment cores. This package streamlines and accelerates the analysis of CT data generated in the context of environmental science. Included are tools for processing raw DICOM images to characterize sediment composition (sand, peat, etc.). Root analyses are also enabled, including measures of external surface area and volumes for user-defined root size classes. For a detailed description of the application of computed tomography imaging for sediment characterization, see: Davey, E., C. Wigand, R. Johnson, K. Sundberg, J. Morris, and C. Roman. (2011) <DOI: 10.1890/10-2037.1>.
License: GPL-3
URL: https://github.com/troyhill/coreCT
BugReports: https://github.com/troyhill/coreCT/issues
LazyData: true
Depends:
R (>= 3.0),
raster,
igraph,
oro.dicom,
plyr
RoxygenNote: 7.1.1
Suggests: knitr,
rmarkdown,
testthat,
covr
VignetteBuilder: knitr