Displaying 1 result from an estimated 1 matches for "protokollid".
Did you mean:
protokoll
2009 Dec 05
1
HELP boxplot for time class
hi again
I will try this time to explain my problem clearly
I have the following data from the file skiing.csv (3 first rows)
protokollid date start end
1 4 2/23/2009 8:50:10 15:17:30
2 4 2/24/2009 9:47:00 13:52:25
3 5 3/22/2009 8:51:25 12:00:05
I have the following script
library(chron)
skiers=read.csv("skiing.csv")
strptime("08:50:10","%H:%M:%S")...