Skip to content

Commit 843d986

Browse files
committed
Add questions and objectives for creating publication-quality graphics with ggplot2 in index.qmd
1 parent e686b11 commit 843d986

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.qmd

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,6 +1303,18 @@ gapminder[gapminder$year == 2002 | 2007,]
13031303

13041304
# ggplot2 を使用した出版品質のグラフィック作成
13051305

1306+
## 質問と目的
1307+
1308+
質問
1309+
1310+
- R で出版品質のグラフィックを作成するにはどうすればよいですか?
1311+
1312+
目的
1313+
1314+
- ggplot2 を使用して出版品質のグラフィックを作成できるようになる。
1315+
- 異なる色、形状、線を使用してプロットの美的要素を操作する。
1316+
- ggplot2 を使用して作成したプロットをディスクに保存する。
1317+
13061318
## チャレンジ
13071319

13081320
例を修正して、平均寿命が時間とともにどのように変化したかを示す図を作成してください:

0 commit comments

Comments
 (0)