To plot a line graph in ggplot2, you need: A data frame; A ggplot() object; A geom_line() object with a defined aesthetic mapping ( aes() ).
確定! 回上一頁