Re: [R] Array help

2010-11-29 Thread bfhancock
Thank you Joshua!! StatTemps[c(1:7, 22:34), ] that's what i needed! I needed different ranges of rows but it is exactly what i was looking for. Thanks so much!! R can be kind of fun! hehe -- View this message in context: http://r.789695.n4.nabble.com/Array-help-tp3062992p3064907.html Sent fr

Re: [R] Array help

2010-11-29 Thread bfhancock
if you can load the PASWR package and pull up StatTemps you will see what I am talking about. Otherwise I fear that my question will just be confusing. -- View this message in context: http://r.789695.n4.nabble.com/Array-help-tp3062992p3063535.html Sent from the R help mailing list archive at

Re: [R] Array help

2010-11-28 Thread bfhancock
Josh, the data set is called StatTemps and is in the PASWR package. I want to make an array that involves only the 8 a.m. and a separate array that involves only the 9 a.m. so i can get info on the temperatures in those groups. So I still want it in the format of StatTemps but in two arrays that

[R] Array help

2010-11-28 Thread bfhancock
Hi! I am learning R and have a question that is probably fairly simple for those of you much more learned than I. I am messing with Arrays and am doing some simple stuff to get the hang of them. I will have a seperate array already pulled up and it will have columns and rows. I figured out th