library(ggplot2) p <- ggplot(simdata_agg, aes(x = x_rd, y = y, shape = factor(group))) + theme_bw() p + geom_point(size = 3) + facet_grid(.
確定! 回上一頁