なぜ緑色を拾わないのですか?それは青色のままです...ggplot2、なぜ青い?グラデーションで別のカラーパレットを設定する方法
require(ggplot2)
data(iris)
ggplot(iris,aes(Sepal.Length,Sepal.Width,col=Petal.Length,pch=Species,size=Petal.Width))+
scale_fill_gradient(low="green",high="darkgreen")+
ggtitle('Why so blue?')+geom_point()
何か提案がありますか?
ニースのタイトル。 Good pun、* and *質問を正しく予期していました。 – MrGumble