
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
#> $points
#> [,1]
#> [1,] 23808
#>
#> $distances
#> [,1]
#> [1,] 0
#>