kaijagahm / roostClassification

Using clustering to define roost sites
0 stars 0 forks source link

Mapview #1

Open kaijagahm opened 1 year ago

kaijagahm commented 1 year ago

Learn to use mapview better so I can make interactive maps.

Go back and re-make the previous maps for Marta, so she can zoom in on them.

kaijagahm commented 1 year ago

https://bookdown.org/nicohahn/making_maps_with_r5/docs/mapview.html#using-mapview-to-create-maps has some good tutorials

kaijagahm commented 1 year ago

See also this for finer mapview controls: https://r-spatial.github.io/mapview/articles/mapview_02-advanced.html

kaijagahm commented 1 year ago

I still haven't figured out how to properly scale points by absolute values contained in a column (as opposed to using those values to pass to cex to scale automatically).

Also can't figure out how to add a title. It may not be possible.

Mapview seems great for quick mapping, not so great for fine-grained controls.