-
Mutlispecific even harvesting functionality. #24
-
sim_rdikg()
function to compute$RDI$ and$Kg$ after simulations. #24 -
Disturbance use a mixture effect in case of biotic disturbance. #17
-
Favored species for Uneven harvest model.
-
Spatial effects are under development. #15
-
mu_sgr
class now use the delay as normal IPMs. Previous object may not work. -
Even_harv()
function is not used,getPcutEven()
is called directly.
-
New vignette
Disturbance.Rmd
after completion of the model by Julien and Jasper. #17 -
Update of
Harvesting.Rmd
after completion of the model by Jasper. #24 -
New files for metadata and HAL upload in prevision.
-
Update of the recruitment fit models by Julien. #26
-
Update of the disturbance coefficient by Julien.
-
Update of
rdi
coefficients by Patrick.
-
Disturbance is now fully implemented and happens before harvesting. An occurance of disturbance cancel harvesting and the size distribution of disturbed trees is saved as harvest distribution output.
-
Added BAstand in the output of the model
-
def_init_k()
require the distribution of size per hectare and don't need to multiply this distribution bySurfEch
value anymore. See #6 -
sim_deter_forest()
output table changed the name for variablem_i
(distribution of density by mesh i) forn_i
. #8. -
delay
now accept negative values, to remove a delay to any object. -
IPM build with
make_IPM()
now use the default delay set for each species (see #10). Previous simulation useddelay = 0
. -
Default parameter
correction
inmake_IPM()
andmake_mu_gr()
is now"none"
. Previous one was"constant"
. #11
-
Add
{pkgdown}
usage to document the package on the www. -
Correction of vignettes
-
New warning if
equil_diff
value is too low insim_deter_forest()
.
- Default delay set for each species (see #10)
tree_format()
will get deprecated and fully integrated insim_deter_forest()
.
-
New functions
summary()
foripm
andspecies
class. -
New vignette
Harvesting.Rmd
. -
New vignette
matreex.Rmd
.
-
make_IPM()
is more flexible for climate input to simplify scripts. Single rows matrix and data.frame are now accepted. This replaceclimate <- drop(as.matrix(subset(climate_species, ...)
. -
species()
class constructor has now default values and should be preferred tonew_species()
.
-
Added a
NEWS.md
file to track changes to the package. -
Changed package name to
{matreex}
. -
Add disturbance model from Julien.
-
Class
ipm
was modified and invalidate previous script output (if saved as .Rds/.Rdata). -
Idea from Arnaud to precompute mu values to speed up in-simulation integration and modify climate. This kind of simulations takes longer but is very flexible. New class
mu_gr
. -
Refactorisation of harvest process for Uneven and Even process. Uneven works with multi species.
-
Refactorisation of integration process to gain time and allow a more general function (added input choices).
-
Multi species simulations works with 1 to n species in a general setup. Also created a generic output format usable in
{tidyverse}
. -
Add functions to load old IPMs and modify them in new class (
ipm
,species
,forest
). -
Packaging functions from Kunstler et al (2020) under initial name
{treeforce}
.