library(ggplot2) library(ggforce) ggplot(iris, aes(Petal.Length, Petal.Width, colour = Species)) + geom_point() + geom_vline(xintercept = 4) + facet_zoom(xy ...
確定! 回上一頁