Description Usage Arguments Value Author(s)
View source: R/distribute_trees_with_spacing_function.R
Distribute trees in space with a size dependent minimal distance
1 2 3 4 5 6 7 8 | distribute_trees_with_spacing(
d.vec,
minx = 0,
maxx = 100,
miny = 0,
maxy = 100,
spacing.factor = 5
)
|
d.vec |
Vector of tree stem diameters |
minx |
Minimal X-coordinate of the area of interest |
maxx |
Maximal X-coordinate of the area of interest |
miny |
Minimal Y-coordinate of the area of interest |
maxy |
Maximal Y-coordinate of the area of interest |
spacing.factor |
Factor that specifies the minimal possible distance to the next neighbor tree as a function of tree stem diameter |
data.table of trees with positions
Nikolai Knapp, nikolai.knapp@ufz.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.