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')