search for: gplot2

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

Did you mean: ggplot2
2013 Apr 02
1
R 14.0, ggplot2: could not find function "initRefFields"
Hi, I have a problem combining R and SPSS (21). I do not know whether the solution is in R or in spss, so I will post both in the R group and in the SPSS group. I use the R plugin in spss(21). The most important reason to use this plugin is ggplot2 (spss does not have a decent graphical system). This plugin requires R 14.0 (14.2 or 15 does not work). When I install R it gives an warning: > library(ggplot2) Warning message: package ‘ggplot2’ was built under R version 2.14.2 After that, when i use gplot2: > ggplot()+geom_bar(aes(x=factor...