library(ggplot2) library(gridExtra) data(morley) pltl <- ggplot(data = morley, aes(x = Run, y = Speed, group = factor(Expt), colour = factor(Expt))) + ...
確定! 回上一頁