library(ggplot2) a <- seq(1, 20) b <- a^0.25 df <- as.data.frame(cbind(a, b)). basic plot. myplot = ggplot(df, aes(x = a, ...
確定! 回上一頁