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
# Ensure that data package is available before running the example.
# If it is not, see the `resourcecode` package vignette for details
# on installing the required data package.
if (requireNamespace("resourcecodedata", quietly = TRUE)) {
semrev_west <- closest_point_field(c(-2.786, 47.239))
semrev_west
}
#> $point
#> [1] 120155
#>
#> $distance
#> [1] 288.0243
#>