Re: [R] Data Frame (Very Simple Problem)

2012-09-19 Thread Bhupendrasinh Thakre
Thanks Arun and Rui for help. Will try with your suggestion and get back if the problem persist. On Sep 19, 2012 5:41 PM, "Rui Barradas" wrote: > Hello, > > Your code is reproducible and completely explains the issue, thanks. > First I had the impression of a well organized question. > Then I've

Re: [R] Data Frame (Very Simple Problem)

2012-09-19 Thread arun
hupendrasinh Thakre To: R help Cc: Sent: Wednesday, September 19, 2012 5:54 PM Subject: [R] Data Frame (Very Simple Problem) Hi List Members, This is a very stupid problem but I am not able to know what the solution can be. I am trying to run a query like below *Program Flow :* 1. a <-

Re: [R] Data Frame (Very Simple Problem)

2012-09-19 Thread Rui Barradas
Hello, Your code is reproducible and completely explains the issue, thanks. First I had the impression of a well organized question. Then I've read point 4. 4. The sequence 1:1 starts and ends at 1. You don't need b[1:1, 1:1], b[1, 1] will do. Then you assign a different value to 'b'. This ti

[R] Data Frame (Very Simple Problem)

2012-09-19 Thread Bhupendrasinh Thakre
Hi List Members, This is a very stupid problem but I am not able to know what the solution can be. I am trying to run a query like below *Program Flow :* 1. a <- data.frame(table( cut( Sys.time() + seq(0,82800,3600), "60 mins") )) # It generates the 60 minute intervals. Thanks David 2. b <-