Plot dates on the x axis and time on the y axis with ggplot2

后端 未结 2 967
余生分开走
余生分开走 2020-12-06 06:50

I have read in a series of 37 dates and times that an event happened. It is now sitting as a POSIXlt object. I want a graphic representation of the times that the events hap

2条回答
  •  無奈伤痛
    2020-12-06 07:16

    You can tweak the date axes using scale_datetime. The examples at the end are quite illustrative.

    http://had.co.nz/ggplot2/scale_datetime.html

提交回复
热议问题