Guest User

Untitled

a guest
Nov 20th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. timestamp<-c(1:11)
  2. value<-c(1:11)
  3. data<-matrix(c(timestamp,value),11)
  4. colnames(data)<-c('timestamp','value')
Add Comment
Please, Sign In to add comment