teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コードブロックで囲みました。

2018/08/28 11:08

投稿

hiraimar
hiraimar

スコア15

title CHANGED
File without changes
body CHANGED
@@ -6,6 +6,7 @@
6
6
  コードは以下のように書きました。
7
7
  "DT"は一番下に置きましたもともとcsvにあるデータです。
8
8
 
9
+ ```R
9
10
  a <- ggplot(DT, aes(x=as.numeric(Time), y=Signal)) +
10
11
  stat_summary(fun.y=mean, geom="point", size=4) +
11
12
  stat_summary(fun.y=mean, geom="line", size=1)
@@ -19,6 +20,7 @@
19
20
  legend.text = element_text(size=15),
20
21
  legend.position = c(1,1),
21
22
  legend.justification = c(1,1))
23
+ ```
22
24
 
23
25
 
24
26
  # A tibble: 16 x 3