Live Demo Add title, subtitle and caption # Default plot library (ggplot2) p <- ggplot (ToothGrowth, aes (x = factor (dose), y = len)) + geom_boxplot ...
確定! 回上一頁