$median+0.65)^5
balloon=ggplot(krdata2,aes(x=X,y=variable))+
geom_point(aes(size=median),shape=21,color="black",fill="lightblue")+
scale_size_area(max_size=40,limits=c(0.6, 2.3),guide="legend",
breaks=waiver(), expand=waiver())
print(balloon)
######
On Sat, 24 May 2014 08:56:59 AM David Winsemius wrote:
> http://stackoverflow.com/questions/20458379/changing-size-of-the-dots-in-a-b
> alloon-plot-and-keeping-zero-values:
Hi David,
I checked this out and it appears to be a solution to the problem of zero
values becoming invisible when a size tr
On May 23, 2014, at 8:05 PM, Jim Lemon wrote:
> On Fri, 23 May 2014 12:19:11 PM Ruddy Kathy wrote:
>> Hi Guys,
>>
>> I have been trying to create a 'balloon plot' using R, which is where the
>> points in a plot are scaled such that the size of the point (area)
>> represents the value.
>> ...
>>
On Fri, 23 May 2014 12:19:11 PM Ruddy Kathy wrote:
> Hi Guys,
>
> I have been trying to create a 'balloon plot' using R, which is where the
> points in a plot are scaled such that the size of the point (area)
> represents the value.
> ...
> Anybody got any ideas for how to change this scaling??
>
4 matches
Mail list logo