View source: R/integrate_to_ppi.R
add_expected_eta_to_scan | R Documentation |
Adds expected eta to a scan
add_expected_eta_to_scan(
scan,
vp,
quantity = "dens",
param = "DBZH",
lat,
lon,
antenna,
beam_angle = 1,
k = 4/3,
re = 6378,
rp = 6357
)
scan |
a scan (sweep) of class scan |
vp |
A |
quantity |
Character. Profile quantity on which to base range
corrections, either |
param |
reflectivity Character. Scan parameter on which to base range
corrections. Typically the same parameter from which animal densities are
estimated in |
lat |
Latitude of the radar, in degrees. If missing taken from |
lon |
Latitude of the radar, in degrees. If missing taken from |
antenna |
Numeric. Radar antenna height, in m. Default to antenna height
in |
beam_angle |
Numeric. Beam opening angle in degrees, typically the angle between the half-power (-3 dB) points of the main lobe. |
k |
Numeric. Standard refraction coefficient. |
re |
Numeric. Earth equatorial radius, in km. |
rp |
Numeric. Earth polar radius, in km. |
A scan
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.