forked from mikkoku/efdm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.17 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: efdm
Title: Simulate Forest Resources with the European Forestry Dynamics Model
Version: 0.2.0
Authors@R: c(
person("Mikko", "Kuronen", email="[email protected]", role=c("aut", "cre"),
comment = c(ORCID = "0000-0002-8089-7895")),
person("Minna", "Räty", email="[email protected]", role="aut",
comment = c(ORCID = "0000-0001-9898-8712")))
Description: An implementation of European Forestry Dynamics Model (EFDM) and
an estimation algorithm for the transition probabilities.
The EFDM is a large-scale forest model that simulates the development of
the forest and estimates volume of wood harvested for any given forested
area. This estimate can be broken down by, for example, species, site
quality, management regime and ownership category.
See Packalen et al. (2015) <doi:10.2788/153990>.
URL: https://github.com/mikkoku/efdm
BugReports: https://github.com/mikkoku/efdm/issues
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports:
stats,
utils,
data.table
Suggests:
dplyr,
ggplot2,
gridExtra,
knitr,
rmarkdown,
sf,
testthat
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Depends:
R (>= 2.10)