set_a = matrix(
c(54.30379, -25.48098, 54.21251, -25.47146, 59.53277, -20.37448, 55.59712,
-22.39599, 55.47244, -26.30330, 61.39205, -21.12364, 56.24010, -24.40347),
ncol = 2, byrow = TRUE
)
set_b = matrix(
c(54.30379, -25.48098, 111.42100, -19.00400, 54.21251, -25.47146, 59.53277,
-20.37448, 55.59125, -22.39599, 55.47244, -26.30330, 61.39205, -21.12364,
56.24010, -24.40347),
ncol = 2, byrow = TRUE
)
compare_IUCN(set_a, set_b)
Run the code above in your browser using DataLab