ggplot (mtcars, aes(x=hp, y=mpg)) + + geom_point(aes(shape=factor(cyl), colour=factor(cyl))). The name of a scale defaults to the name of the variable that ...
確定! 回上一頁