2017-08-07 56 views

回答

-1

我剛解決了我的問題。看一看!

plot1 <- ggplot() + geom_histogram(aes(x=df1$Age, y=..density..), fill="lightblue") + geom_histogram(aes(x=df2$Age, y=..density..), fill="darkblue")

相關問題