Skip to content

Instantly share code, notes, and snippets.

@ironpeace
Created March 1, 2014 12:11
Show Gist options
  • Save ironpeace/9288951 to your computer and use it in GitHub Desktop.
Save ironpeace/9288951 to your computer and use it in GitHub Desktop.
# histの結果をPDF出力
pdf("hist_grouped_cost.pdf", paper="a4")
hist(train$cost)
dev.off()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment