View source: R/sighting_distance.R
sighting_distance | R Documentation |
Calculate sighting distance
sighting_distance(
platform_height,
km_ref,
reticles,
degrees_per_reticle = 0.279,
R = 6364.5
)
platform_height |
Height, in meters, of observation deck (or eye height, if possible) above sea level. |
km_ref |
The distance, in kilometers, to the boundary used as a reference for reticles (horizon or a distant shoreline). |
reticles |
Reticle reading. |
degrees_per_reticle |
The degrees represented by each full reticle. |
R |
Radius of the earth, in kilometers (default is |
The distance to the sighting, in km.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.