×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
# 4種類の棒グラフ
barplot(1:4, angle = 45 * 0:3, density = 15, col = "black")
# 8種類の棒グラフ
barplot(1:8, angle = 45 * 0:7, , density = c(rep(15, 4), rep(25, 4)), col = "black")
barplot(1:4, angle = 45 * 0:3, density = 15, col = "black")
# 8種類の棒グラフ
barplot(1:8, angle = 45 * 0:7, , density = c(rep(15, 4), rep(25, 4)), col = "black")
PR
Comment
Trackback
Trackback URL
Comment form