Benchmark errors for different geodist measures
geodist_benchmark(lat = 0, d = 1, n = 100L)
A 'data.frame' with three columns respectively comparing the accuracy of the [Haversine, Vincenty, cheap] metrics against geodesic measures in both absolute and relative terms (as two rows of the table).
geodist_benchmark (0.0, 1.0, 100L)
#> haversine vincenty cheap
#> absolute 0.001275874 0.001275874 0.000901688
#> relative 0.003407666 0.003407666 0.002430399