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-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
> 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
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
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
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
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
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
8 matches
Mail list logo