View source: R/sighting_distances.R
sighting_distances | R Documentation |
This is a wrapper of sighting_distance()
sighting_distances(
sits,
optics_degrees = list(bigeyes = 0.057296, binocs = 0.279, eyes = 0.279, spotbox =
0.00060585),
default_method = "bigeyes",
R = 6364.5,
verbose = TRUE
)
sits |
A |
optics_degrees |
A named list specifying the degrees-per-reticle conversion for each optics instrument used in the survey. Spaces and capitalizations will be ignored. |
default_method |
The default optics method to use, in the event that it is missing for a sighting. |
R |
Radius of the earth, in kilometers (default is |
verbose |
Boolean: Print updates to Console? |
A vector of distances, in km.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.