Hello !
I have a problem using the rangemap_hull function. Every time I run the function, I get a "Fatal error" error message and R exits. Here is my script:
Tab=read.delim("TEST.txt",header= T, as.is=F, dec = ",")
Tab
rangemap_explore(occurrences = Tab, show_countries = TRUE)
hull_range1 <- rangemap_hull(occurrences = Tab, hull_type = "concave",concave_distance_lim = 5000, buffer_distance=100000)
I hope someone has a solution.
Thank you in advance