Hello, how can I visualize the legend in the following ggmap plot ? In the legend I just want to show the size ranges of the data:
ggmap(map) + geom_point(aes(x=Longitude,y=Latitude), size = dataRd[,2]/12, col=2, data=dataRd, alpha=0.7, lwd=2) Thanks Edoardo [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.