Since upgrading to R 2.15, the formatter argument seems to be throwing errors. This was an argument that I've been using everyday for 2 years, so a huge bummer.
R version 2.15.0 (2012-03-30)
ggplot2 version 0.9.0
> library(ggplot2)
> x <- 1:100
> y <- 1/x
> p <- qplot(x,y)
> p + scale_y_continuous(formatter = "percent")
Error in continuous_scale(c("y", "ymin", "ymax", "yend", "yintercept", :
unused argument(s) (formatter = "percent")
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…