Package: litterfitter
Type: Package
Title: Fit a Collection of Curves to Single Cohort Decomposition Data
Version: 0.1.2
Date: 2022-09-05
Authors@R: 
    c(person(given = "Will",
             family = "Cornwell",
             role = c("aut", "cre"),
             email = "wcornwell@gmail.com",
             comment = c(ORCID = "0000-0003-4080-4073")),
      person(given = "James",
             family = "Weedon",
             role = "aut"),
      person(given = "Guofang",
             family = "Liu",
             role = "ctb"))
Description: There is a long tradition of studying the flux of carbon from the biosphere to the atmosphere by following a particular cohort of litter (wood, leaves, roots, or other organic material) through time.  The resulting data are mass remaining and time. A variety of functional forms may be used to fit the resulting data. Some work better empirically. Some are better connected to a process-based understanding.  Some have a small number of free parameters; others have more. This package matches decomposition data to a family of these curves using likelihood--based fitting. This package is based on published research by Cornwell & Weedon (2013) <doi:10.1111/2041-210X.12138>.
Depends: R (>= 3.1.0)
LazyData: true
Encoding: UTF-8
Imports: plyr, stats, graphics, grDevices, methods
Suggests: testthat, knitr, roxygen2, devtools, rmarkdown
License: MIT + file LICENSE
URL: https://github.com/cornwell-lab-unsw/litterfitter,
        http://cornwell-lab-unsw.github.io/litterfitter/
RoxygenNote: 7.2.1
VignetteBuilder: knitr
BugReports: https://github.com/cornwell-lab-unsw/litterfitter/issues
NeedsCompilation: no
Packaged: 2022-09-14 09:54:26 UTC; z3484779
Author: Will Cornwell [aut, cre] (<https://orcid.org/0000-0003-4080-4073>),
  James Weedon [aut],
  Guofang Liu [ctb]
Maintainer: Will Cornwell <wcornwell@gmail.com>
Repository: CRAN
Date/Publication: 2022-09-15 06:30:02 UTC
Built: R 4.1.2; ; 2022-09-16 10:27:48 UTC; unix
