[R] Histogram with two colors depending on condition

Mohammad Ehsanul Karim wildscop at yahoo.com
Thu Jul 17 11:13:00 CEST 2008


Dear List,

Say, we generate data like this-

dat<-rnorm(1000,1,2)
hist(dat)

How do i make the histogram, say, red (col = 2) before X = dat = 0, and rest say, green (col = 3) beyond X = dat = 0 in R? 

The resulting histogram could be like this http://ehsan.karim.googlepages.com/histogram.JPG (edited)

Thanks in advance.

Ehsan
http://ehsan.karim.googlepages.com/diaryofastatistician



More information about the R-help mailing list