Displaying 1 result from an estimated 1 matches for "roofpart1".
2012 Jul 31
1
TimeStamps to seconds
Dear all,
I am having a matrix that stores data information in the following format.
> roofPart1$TimeStamps[1:5,]
[,1] [,2] [,3] [,4] [,5] [,6]
[1,] 2011 7 21 15 25 20.609
[2,] 2011 7 21 15 25 23.265
[3,] 2011 7 21 15 25 26.000
[4,] 2011 7 21 15 25 28.671
[5,] 2011 7 21 15 25 31.343
I would like to be able to report some simple statistics b...