[go: up one dir, main page]

Menu

[749e29]: / man / exit_simu.Rd  Maximize  Restore  History

Download this file

51 lines (50 with data), 1.3 kB

 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
\name{exit_simu}
\alias{exit_simu}
\title{
Function to simulate tropical forest dynamics.
}
\description{
Function to simulate tropical forest dynamics. It uses the species
parameters obtain by the "exit_..." functions. Function also plots the
evolution of the basal area of each selected plot for simulations
(exit_BA.pdf) and the evolution of the basal area of each species on
each plot (exit_biodiversity.pdf).
}
\usage{
exit_simu(Data, XY.Plot, D.Recruitment, R.Comp, L.Cell, Plot.Sim,
Year.Sim, Step.Sim)
}
\arguments{
\item{Data}{
Data frame of the permanent plot data-set.
}
\item{XY.Plot}{
Data frame with the dimensions (m) of each plot: |Plot|X.Plot|Y.Plot|
}
\item{D.Recruitment}{
recruitment diameter (cm)
}
\item{R.Comp}{
radius (m) for the competition area around each tree
}
\item{L.Cell}{
width (m) of the ground cell for recruitment estimation
}
\item{Plot.Sim}{
vector of plots name choosen for simulations
}
\item{Year.Sim}{
number of years of simulation from the first census
}
\item{Step.Sim}{
time step for which the simulation are kept in memory
}
}
\value{
Return a data-set with the monitoring of each tree from first census and
plot the evolution of the basal area of the plot with time.
}
\author{
Ghislain Vieilledent <ghislain.vieilledent@cirad.fr>
}
\keyword{forest dynamics simulation}