pos_min_dist | R Documentation |
Calculate the needed minimum distance between climate station and obstacle (e.g. forest), to ensure independence of measurements.
pos_min_dist(...) ## S3 method for class 'numeric' pos_min_dist(obs_width, obs_height, ring = F, obs_radius = NULL, ...)
... |
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. |
Minimum distance in m.
Minimal distance between measurement point and obstacle for undisturbed measurement in m.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.