... eje y.library(ggplot2) df <- data.frame(y=c(1:10),x=c(1:10)) h <- 7.1 plot1 <- ggplot(df, aes(x=x,y=y)) + geom_point() plot2 <- plot1+ geom_hline(aes(y.
確定! 回上一頁