-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
18 lines (18 loc) · 1.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: MtreeRing
Type: Package
Title: A Shiny Application for Automatic Measurements of Tree-Ring Widths on Digital Images
Version: 1.4.5
Authors@R: c(person("Jingning", "Shi", role = c("aut", "cre"), email = "[email protected]"), person("Wei", "Xiang", role = "aut"))
Author: Jingning Shi [aut, cre], Wei Xiang [aut]
Maintainer: Jingning Shi <[email protected]>
Suggests: testthat, knitr, shinytest, mockery, spelling
Imports: magrittr (>= 1.5), png, jpeg, tiff, bmp, magick, imager, dplR, spatstat.geom, measuRing, shiny, dplyr, shinydashboard, shinyWidgets
Description: Use morphological image processing and edge detection algorithms to automatically measure tree ring widths on digital images. Users can also manually mark tree rings on species with complex anatomical structures. The arcs of inner-rings and angles of successive inclined ring boundaries are used to correct ring-width series. The package provides a Shiny-based application, allowing R beginners to easily analyze tree ring images and export ring-width series in standard file formats.
License: GPL-3
NeedsCompilation: no
Repository: CRAN, GitHub
Encoding: UTF-8
URL: https://docs.ropensci.org/MtreeRing, https://github.com/ropensci/MtreeRing
BugReports: https://github.com/ropensci/MtreeRing/issues
RoxygenNote: 6.1.1
Language: en-US