[R] 3d topographic map

2010-07-25 Thread sheck
Hi All- I would like to create a 3d topographic map using lat/lon and z(height). I have been scouring the R help pages and have not located the package I am looking for. Does anyone have a suggestion of package that will work for this? thanks- sherri

[R] multiple plots without for loops

2010-06-15 Thread sheck
Dear All- I am trying to plot over one hundred figures. I do not want to save them, just walk through them to take a look. If I run the code as it is below, then the plots just rapidly run through. I tried adding a new device, but I reached the device number limit. I have gone through

Re: [R] multiple plots without for loops

2010-06-15 Thread sheck
Thanks for the reply, Phil. My computer gets hung up on the par(ask=TRUE) call. I just tried readline(Hit ENTER to proceed.) and, it works well going forward. However, I cannot go backwards. Any thoughts? thanks again- sherri Quoting Phil Spector spec...@stat.berkeley.edu: Sherri -

Re: [R] multiple plots without for loops

2010-06-15 Thread sheck
Beautiful! Thanks Peter and Phil for your kind help- sherri Quoting Peter Alspach peter.alsp...@plantandfood.co.nz: Tena koe Sherri You could turn on graphics recording (if you are using Windows click History on the graphics window and choose recording). Then you can page up/down to view

[R] separating data into columns

2010-06-06 Thread sheck
Hi All- I have been trying to separate data into columns - specifically the date - and then aggregate the rest of the data to calculate summer hourly means. However, now I would like to calculate hourly means just over one day at a time. And, I am not able to figure out how to do this. I