Guest User

Untitled

a guest
Jun 20th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. value<-runif(1000,50,150)
  2. daytime<-seq(c(ISOdate(2000,3,20)), by = "min", length.out = 1000)
  3.  
  4. df <- data.frame(Date=as.Date(character()),value=numeric()) # empty dataframe
  5.  
  6. df1<-cbind(df,daytime,value)
Add Comment
Please, Sign In to add comment