search for: paluiso

Displaying 1 result from an estimated 1 matches for "paluiso".

Did you mean: aliso
2011 May 24
2
plotting single variables common to multiple data frames
...gether. So one variable name is delta_D_H. I would like to plot this variable from all 7 days on one plot. I'm having trouble figure out how to do this. I've loaded them all up using this time=Sys.time() t1<- as.numeric(format.Date(time, "%Y%m%d")) #date range of data to load paluiso= c(); yy = c(); t1=t1-1 t0<-t1-7 x = t0:t1 for (i in seq( length(x) ) ) { y=load(paste(datalocation,x[i],".RData", sep="")) e3<- new.env() yy[[i]]<- get('isot', e3) } but I don't know how to grab single variables from these data frames and...