... aes(x = x)) + stat_function(fun = fx, color = "blue") + geom_hline(yintercept = 0) + geom_vline(xintercept = 0) + geom_point(data = d[which(d$y>-100000) ...
確定! 回上一頁