Plot Skeleton. p <- ggplot(diamonds, aes(x=factor(color), y=carat)). # Boxplot of diamond carat as a function of diamond color. p + geom_boxplot() ...
確定! 回上一頁