Viewing profile — TheColonel
TheColonel
HN member- Joined
- Wed, Oct 05, 2011, 12:40 PM UTC
- HN karma
- 2
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About TheColonel
No profile information was provided.
Recent public activity
-
comment
Comment #3080146
Thanks Dove. I probably should read the posting FAQ or something.
-
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..…