You can use the following basic syntax to shade a particular area in a plot in ggplot2: ggplot(df, aes(x=x, y=y)) + geom_point() + ...
確定! 回上一頁