ggplot (data, aes(dep_delay, distance/air_time*60)) + geom_point(alpha = 1 / 3) + ... into our graphics. geom_text will allow a user to add text to a graph.
確定! 回上一頁