I am trying to use data from GBIF to get an idea of Vachellia species disturbution across Africa and overlay this with annual rainfall in R.
Any package advice, online resources or tutorials would be greatly appreciated?
Thanks in advance
I am trying to use data from GBIF to get an idea of Vachellia species disturbution across Africa and overlay this with annual rainfall in R.
Any package advice, online resources or tutorials would be greatly appreciated?
Thanks in advance
Copyright © 2021 Jogjafile Inc.
Not easy to see what you have in mind, but you may try
get_stamenmap(bbox = bbox, zoom = 5, maptype = "toner-lite")
)gam_gp = target ~ te(lat, long, m = list(c(3,.5)), d=2, bs = 'gp'), data = data_dt, cluster=cl, method = "REML")
Other packages may be useful as well, on the top of my mind: leaflet, tmap, gganimate
see:
Have fun