jcoliver / biodiversity-sdm-lesson

Introductory lesson to generate range maps for butterfly-host plant interactions and predict distributional shifts using publicly available biodiversity data and data science tools
MIT License
14 stars 5 forks source link

Update plotting and whatever packages are used for plotting (currently sp & maptools); two plot-* files in scripts folder. #14

Closed jcoliver closed 1 month ago

jcoliver commented 2 months ago

sp and maptools packages are deprecated, so other plotting functions should be used (terra::plot() will be fine for most, if not all, cases).

jcoliver commented 2 months ago

Should use geodata::world(resolution = 4) to get maps of political (country) boundaries.

jcoliver commented 1 month ago

Two plot- scripts updated in Addressed in 35e1f09.