p <- ggplot(capture_data, aes(x=Protocol, y=raw_reads, fill=Protocol)) + geom_boxplot() + scale_x_discrete(limits=c("Standard","TD-60" ...
確定! 回上一頁