エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Add components to a plot — add_gg
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Add components to a plot — add_gg
Arguments e1 An object of class ggplot() or a theme(). e2 A plot component, as described below. W... Arguments e1 An object of class ggplot() or a theme(). e2 A plot component, as described below. What can you add? You can add any of the following types of objects: An aes() object replaces the default aesthetics. A layer created by a geom_ or stat_ function adds a new layer. A scale overrides the existing scale. A theme() modifies the current theme. A coord overrides the current coordinate system