Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は両方の使用法を見てきましたが、実際には 2 の違いはわかりません。
なぜ
stat_vline(xintercept="mean", geom="vline") # this works
しかし
geom_vline(xintercept="mean", stat="vline") # this doesn't work
meanこの場合、次のレイヤーに渡された後vline、関数は文字になりますか? この動作は一般的なものですか?
mean
vline