Calculate the needed minimum distance between climate station and obstacle (e.g. forest), to ensure independence of measurements.

pos_min_dist(...)

# S3 method for numeric
pos_min_dist(obs_width, obs_height, ring = F, obs_radius = NULL, ...)

Arguments

...

Additional parameters passed to later functions.

obs_width

Width of obstacle in m.

obs_height

Height of obstacle in m.

ring

True, if obstacle is circularly surrounded by the obstacle.

obs_radius

If ring = T: radius of the ring in m.

Value

Minimum distance in m.