search for: sorteddatainlist1

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

2012 Jun 08
3
Resolution issue with exporting plots from R and write tables in Latex code for producing pdf document
...tes="d/m/y", times="h:m:s")) deltat <- times("00:10:00") TT <- seq(Start,End, by = times("00:10:00")) TT1 = substr(TT, 2, 18) Data1=Data for (i in 1:length(Data1)){ SumTab1[[i]]= matrix(NA, nrow=5, ncol=ncol(SortedDataInList[[i]])-4) SortedDataInList1[[i]]= matrix(NA, nrow=length(TT1), ncol=ncol(Data1[[i]])) SortedDataInList1[[i]]=Data1[[i]][match(as.character(TT1),as.character(Data1[[i]][,1])),] SumTab1[[i]][1,]<-apply(SortedDataInList1[[i]][,4:16],2,min) SumTab1[[i]][2,]<-apply(SortedDataInList1[[i]][,4:16],2,mean) SumTab1...