To display values, map variables in the data to visual properties of the geom (aesthetics) like ... ggplot(data = mpg, aes(x = cty, y = hwy)) Begins a plot.
確定! 回上一頁