Live data from Hacker News

Viewing profile — TheColonel

TheColonel

HN member
Joined
Wed, Oct 05, 2011, 12:40 PM UTC
HN karma
2
Public activity
2 items

About TheColonel

No profile information was provided.

Recent public activity

  1. comment
    Comment #3080146

    Thanks Dove. I probably should read the posting FAQ or something.

  2. comment
    Comment #3075325

    use R #copy data into a txt file without the first two lines from the xls par(mfrow = c(3,2)) dat for(let in c("A","B","C","D","E","F")) plot(density(dat[,let]), main = let) easy..…