As noted here, geom_abline() isn't working. Here is a mini-example: library(animint) p <- qplot(wt, mpg, data = mtcars) + geom_abline(intercept = 20) ...
確定! 回上一頁