0

I am new to R and ggmap. I would appreciate any tips on how to tidy up my legend and get rid of the exponents. Kind regards.

map2 <- ggmap(map) +
  geom_point(data = mapfilter, 
             aes(x = long, y = lat,
                 colour = YP_REV,
                 size = YP_REV,
                 darken = 0.3, 
                 alpha = 0.8)) + 
  scale_colour_gradient(low = 'red', high = 'green')

1

Z.Lin
  • 28,055
  • 6
  • 54
  • 94
Gavin
  • 147
  • 2
  • 3
  • 13

0 Answers0