search for: clim_sub

Displaying 1 result from an estimated 1 matches for "clim_sub".

2012 Jan 12
2
GGplot controlling point size across range
...d GGplot2 but loving the potential. I am trying to plot four separate point plots by looping over the data and plotting a different subset each time. When I plot the data as a point plot, the size of the points is determined by the data values used as below qplot(accum_rain, accum_g_radn, data = clim_sub[[i]], size = avgyld, colour = avgyld) The problem is that i want all four plots to be comparable, so a point size representing avgyld = 2000 should be the same on all four plots. However as the data for some plots has a smaller range than others and the plots are automatically scalling to the rang...