2
になり、私はggplotラインカラー「黒」は赤
hypttauplot <- qplot(fuclin_csf, fitHYPTTAU, data=selTAU, geom=c("smooth"),
method="glm", color='black', linetype=BL_HYPT) +
theme_classic() + xlab("Time (years)") + ylab("Tau (pg/ml)") +
scale_x_continuous(expand=c(0,0)) +
ggtitle("A. Hypertension") +
theme(legend.position = "none")
下のグラフを作るために次のスクリプトを使用しかし、今、私の質問です:なぜ行は赤の代わりに、黒ですか?そして私はどのように黒に変えることができますか?
例を再現可能にすることができますか(一部の偽データを含むが、Rに付属のデータセットを自由に使用できますか? –