Guest User

Untitled

a guest
Oct 18th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Tue Feb 11 18:21:45 +0000 2014
  2. Tue Feb 11 18:22:03 +0000 2014
  3. Tue Feb 11 18:22:05 +0000 2014
  4.  
  5. Time_Data <- read.csv("Twitter_Data_2.csv")
  6.  
  7. Time_Data_Strptime <- strptime(data[,1], format ="%a%b%d %I:%M:%S %z%y")
  8.  
  9. hist(x=Time_Data_Strptime[,1], breaks="hours")
Add Comment
Please, Sign In to add comment