ggplot (data, aes(x=xvar, y=yvar)). data : name of the data.frame that holds the variables to be plotted; x and y : aesthetics that position objects on the ...
確定! 回上一頁