https://github.com/troyhill/corect
R package for programmatic analysis of sediment cores scanned using computed tomography imaging
https://github.com/troyhill/corect
biomass computed-tomography sediment sediment-core
Last synced: 8 months ago
JSON representation
R package for programmatic analysis of sediment cores scanned using computed tomography imaging
- Host: GitHub
- URL: https://github.com/troyhill/corect
- Owner: troyhill
- Created: 2017-02-09T00:15:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T21:39:22.000Z (over 5 years ago)
- Last Synced: 2025-09-08T15:28:20.320Z (9 months ago)
- Topics: biomass, computed-tomography, sediment, sediment-core
- Language: R
- Homepage: https://cran.r-project.org/package=coreCT
- Size: 1.91 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coreCT
[](https://cran.r-project.org/package=coreCT)
[](https://travis-ci.org/troyhill/coreCT) [](https://ci.appveyor.com/project/troyhill/coreCT) [](https://codecov.io/github/troyhill/coreCT?branch=master) [](https://gitter.im/coreCT-dev/community)
[](https://cran.r-project.org/package=coreCT) [](https://cran.r-project.org/package=coreCT) [](https://doi.org/10.5281/zenodo.889651)
## Installing **coreCT**
**coreCT** is available on CRAN and can be installed from the R console:
install.packages("coreCT")
Once installed, the package can be loaded:
library(coreCT)
## About **coreCT**
**coreCT** is an [R package](https://cran.r-project.org/package=coreCT) for programmatic analysis of sediment cores that have been digitized by computed tomography. The package converts Hounsfield Units to material classes (e.g., peat, root/rhizome, sand) and quantifies component masses and volumes. To get started quickly, check out the package vignette.
## Sediment core characterization
**coreCT** output can be easily plotted using the **reshape2** and **ggplot2** packages (figures below were produced using the same code included in the help file examples).

**Figure 1.** Volumes of various compartments in a sediment core
**coreCT** also quantifies the number of root/rhizome particles in a user-defined range of size classes, and calculates the external surface area and volume attributable to each size class. This allows the estimation of belowground plant organ contributions to total soil volume and, dividing by core area, elevation.

**Figure 2.** Number (left) and combined volume (right) of root/rhizome particles in each of four size classes.
## License and disclaimer
[](https://www.gnu.org/licenses/gpl-3.0)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .