pos_min_dist: Minimum Distance between climate station and obstacle

pos_min_distR Documentation

Minimum Distance between climate station and obstacle

Description

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

Usage

pos_min_dist(...)

## S3 method for class '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.


jonasViehweger/energyBudget documentation built on June 27, 2022, 2:56 a.m.