Package: rTG
Type: Package
Title: Methods to Analyse Seasonal Radial Tree Growth Data
Version: 1.0.4
Author: Jernej Jevsenak [aut, cre]
Maintainer: Jernej Jevsenak <jernej.jevsenak@gmail.com>
Authors@R: person(given = "Jernej",
                    family = "Jevsenak",
                    role = c("aut", "cre"),
                    email = "jernej.jevsenak@gmail.com")
Description: Methods for comparing different regression algorithms for 
    describing the temporal dynamics of secondary tree growth (xylem and 
    phloem). Users can compare the accuracy of the most common fitting methods 
    usually used to analyse xylem and phloem data, i.e., Gompertz function, 
    Double Gompertz function, General Additive Models (GAMs); and an algorithm 
    newly introduced to the field, i.e., Bayesian Regularised Neural Networks 
    (brnn). The core function of the package is XPSgrowth(), while the results 
    can be interpreted using implemented generic S3 methods, such as plot() and 
    summary().
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests: testthat (>= 3.0.0)
Imports: ggplot2(>= 2.2.0), mgcv (>= 1.8-34), knitr(>= 1.19), dplyr(>=
        0.1.0), magrittr(>= 1.5), methods
Depends: R(>= 3.5), brnn(>= 0.6), minpack.lm (>= 1.2-4)
URL: https://github.com/jernejjevsenak/rTG
BugReports: https://github.com/jernejjevsenak/rTG/issues
NeedsCompilation: no
Repository: CRAN
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Packaged: 2025-02-28 18:37:05 UTC; JernejJ
Date/Publication: 2025-02-28 18:50:02 UTC
