If you are working in a loop, store your ggplot in an object and then add a geom_line . Here's a small example. library(ggplot2) xy <- data.frame(on_x ...
確定! 回上一頁