Skip to content

ggplot2, qplot, problems

3 messages · Daniel, Michael Dewey, Jeff Newmiller

#
Dear the R Community,

I just encountered an error while using ggplot2 and the qplot function
(please see below for the warnings and error), and i have no idea about how
to make changes so that it will work.
Could anyone kindly advise me a bit and help me out here?

------------------------------------------------------------------------------------------------------
Warning message:
package ?ggplot2? was built under R version 3.2.5
stat="identity",
+ geom="bar", position=dodge,
+ ylab="Proportion of looks", xlab="happening",
+ fill=happening, colour=happening,
+ main="Proportion target looking by condition and testing phase for each
single subject")

Warning messages:
1: `stat` is deprecated
2: `position` is deprecated
Error: stat_count() must not be used with a y aesthetic.
-------------------------------------------------------------------------------------------------------

thank you very much.

Cheers,
Daniel
#
I do not use ggplot2 myself but I think my first action would be to 
update you version of ggplot2 and possibly also of R.
On 05/12/2016 10:28, Daniel wrote:

  
    
  
#
Given the error messages, it looks like the OP may already have updated and needs to update their code to match. Perhaps reading ?qplot or learning how to use the ggplot function instead of qplot should be next steps.