
Find the closest point of the FIELD grid to the specified position
Source:R/utils.R
closest_point_FIELD.Rd
Find the closest point of the FIELD grid to the specified position
Examples
semrev_west <- closest_point_field(c(-2.786, 47.239))
semrev_west
#> $points
#> [,1]
#> [1,] 120155
#>
#> $distances
#> [,1]
#> [1,] 288.0243
#>