-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.46 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
28
29
30
31
32
33
34
35
36
Package: rTwig
Title: Realistic Quantitative Structure Models
Version: 1.3.0.9000
Authors@R:
c(
person(
given = "Aidan",
family = "Morales",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0000-4513-4908")
),
person(
given = "David W.",
family = "MacFarlane",
email = "[email protected]",
role = c("aut", "cph")
)
)
Description: Real Twig is a method to correct branch overestimation in quantitative structure models. Overestimated cylinders are correctly tapered using measured twig diameters of corresponding tree species. Supported quantitative structure modeling software includes 'TreeQSM', 'SimpleForest', 'Treegraph', and 'aRchi'. Also included is a novel database of twig diameters and tools for fractal analysis of point clouds.
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RdMacros: Rdpack
Imports: R.matlab, rmatio, tidytable, cobs, igraph, rgl, colourvalues, Rdpack, rlang, Rcpp, RcppSimdJson, geometry
License: GPL (>= 3)
Depends: R (>= 3.5.0)
LazyData: true
Suggests: knitr, rmarkdown, ggplot2, ggpmisc, ggpubr, gt, yardstick, dplyr, tidyr
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2023-12-14 23:03:09 UTC; moral169
Maintainer: Aidan Morales <[email protected]>
URL: https://aidanmorales.github.io/rTwig/, https://github.com/aidanmorales/rTwig
BugReports: https://github.com/aidanmorales/rTwig/issues
LinkingTo: Rcpp, RcppArmadillo