Re: [R] qplot Error Message

2016-01-23 Thread boB Rudis
Assuming that's qplot from ggplot2, it's trying to pass span to the Point Geom which doesn't recognize it. I highly suggest moving away from using qplot and working with the stat_s and geom_s directly with ggplot(). On Sat, Jan 23, 2016 at 8:46 AM, Jeff Reichman wrote: > R-Users > > > > Anyone se

[R] qplot Error Message

2016-01-23 Thread Jeff Reichman
R-Users Anyone see what maybe wrong with the following command, other than R doesn't seem to recognize the "span" parameter - it should must be my syntax. > qplot(seq, count,geom=c("point","smooth"), span=0.8) Error: Unknown parameters: span Jeff [[alternative HTML version de

Re: [R] qplot error -

2012-12-10 Thread David L Carlson
> To: r-help@r-project.org > Subject: Re: [R] qplot error - > > Thanks a lot - here is win 64 bits too > > library(ggplot2) > pakke 'ggplot2' blev bygget under R version 2.15.2 > > qplot(mpg, wt, data=mtcars) > Error in rename(x, .base_to_ggplot, warn_mis

Re: [R] qplot error -

2012-12-10 Thread Uwe Ligges
Please ask the ggplot2 maintainer: this looks like ggplot2 depends on some other package/version that you have not updated yet and ggplot2 does not declare it correctly. So you should 1. update R 2. run update.packages() 3. report to the ggplot2 maintainer about your findings and the probably

Re: [R] qplot error -

2012-12-10 Thread Troels Ring
Thanks a lot - here is win 64 bits too > library(ggplot2) pakke ‘ggplot2’ blev bygget under R version 2.15.2 > qplot(mpg, wt, data=mtcars) Error in rename(x, .base_to_ggplot, warn_missing = FALSE) : could not find function "revalue" sessionInfo() R version 2.15.1 (2012-06-22) Platform: x86_64-p

Re: [R] qplot error -

2012-12-10 Thread Rui Barradas
Hello, I couldn't reproduce your error. > library(ggplot2) Warning message: package ‘ggplot2’ was built under R version 2.15.2 > qplot(mpg, wt, data=mtcars, colour=cyl) # directly from the qplot help > #(no error message and the graph shows up) > sessionInfo() R version 2.15.1 (2012-06-22) Platf

[R] qplot error -

2012-12-10 Thread Troels Ring
Dear friends, I'm on windows, R 2.15.1 - library(ggplot2) #compiled under 2.15.2 qplot(mpg, wt, data=mtcars, colour=cyl) # directly from the qplot help Error in rename(x, .base_to_ggplot, warn_missing = FALSE) : could not find function "revalue" Is that due to a .1 lack in R All the best Troels

[R] qplot error

2009-11-10 Thread Frank Lawrence
When I invoke qplot, I get the following error: Error in rename.default(x, .base_to_ggplot) : object '.data' not found I would appreciate any advice. sessionInfo: R version 2.10.0 (2009-10-26) i386-pc-mingw32 locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United States