2018年1月3日水曜日

学習環境

Head Firstデータ解析 (Michael Milton (著)、大橋 真也 (監訳)、 木下 哲也 (翻訳)、オライリージャパン)の12章(リレーショナルデータベース - 関連付けられますか?)、自分で考えてみよう(p. 371)を取り組んでみる。

自分で考えてみよう(p. 371)

コード(Emacs)

R言語

#!/usr/bin/env Rscript

dispatch <- read.csv('dispatch analysis.csv', header=TRUE)

svg('sample3.svg')
plot(売上~jitter(記事数), data=dispatch)

入出力結果(Terminal)

$ ./sample3.r
$

0 コメント:

コメントを投稿