Description Usage Arguments Value
View source: R/beam_propagation.R
Calculates the propagation of the radar beam using the 4R/3 approximation.
1 | beam_propagation(range, elevation, R = 6371000, Rp = 4 * R/3)
|
range |
vector with the distance to the radar en meters. |
elevation |
vector of the same length as |
R |
radius of Earth in meters. |
Rp |
aproximation used. |
A data frame conteing 3 variables:
height above the radar in meters.
horizontal range in meters.
local elevation angle in degrees.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.