Questions tagged [geom-sf]
17 questions
0
votes
0 answers
How to nudge multiple lines of geom_sf_text as a group in RStudio?
I want to make a choropleth map in RStudio using a geoJSON file that I read using the read_sf function and a dataframe for the heatmap and the labels. So far this is the code that I came up with:
indonesia_geojson <-…

Rebecca Stephanie
- 33
- 3
0
votes
0 answers
How can I scale the size of points in geom_sf in R/ggplot2 so that two plots will use the same scale?
I am trying to make a map of several points using ggplot2 with the geom_sf() function. I am scaling the size of these points using a variable n.
I have two maps I want to combine side by side. I cannot figure out how to get these two maps to use the…

durooduroo
- 1
- 2