Displaying 1 result from an estimated 1 matches for "utildf".
Did you mean:
util
2008 Sep 03
1
ggplot2: line plot with gaps in time axis
...ause my data
only has the business day in it. When I do a line plot I get the data and
then a blank area where a line goes the tail of the last data point to the
head of the next data point. Is there a way I can do a line plot where the
gaps are not plotted?
Thanks in advance,
Brian
> names(utildf)
[1] "Date_and_Time" "Utilization" "Direction"
> utildf
Date_and_Time Utilization Direction
1 2008-08-25 05:00:00 5.862601 Inbound
2 2008-08-25 05:05:00 10.025328 Inbound
3 2008-08-25 05:10:00 5.794900 Inbound
4 2008-08-25...