ggplot(iris) + geom_segment( x = 1, y = 1, xend = 4, yend = 7, lineend = "round", # See available arrow types in example above linejoin = "round", size = 2, ...
確定! 回上一頁