Find the closest point of the SPEC grid to the specified position
Source:R/utils.R
closest_point_SPEC.Rd
Find the closest point of the SPEC grid to the specified position
Examples
semrev_west <- closest_point_spec(c(-2.786, 47.239))
semrev_west
#> $point
#> [1] 23808
#>
#> $distance
#> [1] 0
#>