[R] histogramming dates
    Michael A. Miller 
    mmiller3 at iupui.edu
       
    Wed May 29 17:29:10 CEST 2002
    
    
  
Thanks for all the suggestions.  After fiddling alonw the lines
of your suggestions, I found a solution in the examples in
hist.POSIXt:
  hist(thisyear,
        breaks=seq(ISOdate(2000,1,1),ISOdate(2003,1,1),by='month'))
  hist(thisyear, 
        breaks=seq(ISOdate(2000,1,1),ISOdate(2003,1,1),by='week'))
Thanks!  
Mike
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
    
    
More information about the R-help
mailing list