search for: slpha

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

Did you mean: alpha
2009 May 07
1
I updated/reinstalled ggplot2 and the trouble started...
...pdated, so you probably need to do: > > > > install.packages(c("reshape","plyr")) > > > > And you want > > > > qplot (carat, price, data=diamonds, alpha = I(1/10)) > > > > not > > > > qplot (carat, price, data=diamonds, slpha = i(1/10)) > > > > Hadley > > > > On Tue, May 5, 2009 at 6:27 PM, tena <tsa... at gallo.ucsf.edu> wrote: > > > > > Hi Folks, > > > > > I am pretty new to R and I am even newer to ggplot. > > > > > I am using R 2.7.1, 2.8.1,...