distribute_trees_with_spacing: Distribute trees with spacing

Description Usage Arguments Value Author(s)

View source: R/distribute_trees_with_spacing_function.R

Description

Distribute trees in space with a size dependent minimal distance

Usage

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
)

Arguments

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

Value

data.table of trees with positions

Author(s)

Nikolai Knapp, nikolai.knapp@ufz.de


niknap/ScalingFunctions documentation built on May 22, 2021, 6:43 a.m.