Displaying 2 results from an estimated 2 matches for "phasetime".
Did you mean:
basetime
2011 Nov 02
2
Creating barplot using time as X
Hello all,
my data looks like this:
"phaseno" / "activity" / "beg" / "end" / "phasetime"
1 / "L" / 2010-06-03 19:15:24 / 2010-06-03 21:18:14 / 7370
2 / "D" / 2010-06-03 21:18:15 / 2010-06-03 21:19:55 / 100
3 / "W" / 2010-06-03 21:19:56 / 2010-06-03 21:22:47 / 171
4 / "D" / 2010-06-03 21:22:48 / 2010-06-03 21:23:47 / 59
5 / "W" /...
2011 Nov 16
1
Splitting row in function of time
...and "end" overlaps midnight. I want to
compare the frequency of each activity for each day so a row for a phase
that overlaps on two dates unbalances the graphs I create with this data.
Ex:
>From the original row:
http://r.789695.n4.nabble.com/file/n4077622/Capture2.png
Note: "phasetime" is only a difftime between "end" and "beg".
"phaseno" and "activity" should stay the same for the two new
lines.
Here is a sample of my data that covers a few days:
http://r.789695.n4.nabble.com/file/n4077622/example.txt example.txt
Thank y...