search for: rapr

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

Did you mean: apr
2012 Jun 08
3
Resolution issue with exporting plots from R and write tables in Latex code for producing pdf document
...SumTab1[[i]][5,]<-apply(SortedDataInList1[[i]][,4:16],2,max) colnames(SumTab1[[i]])=c("vOL1","VOL2","VOL3","CUR1","CUR2","CUR3","THD1","THD2","THD3","RPD","RPR","RAPD","RAPR") rownames(SumTab1[[i]])=c("Min","Mean","Standard Deviation","Median","Max") SumLax[[i]]<-xtable(SumTab1[[i]],label=as.character(StationsInDir[i]),caption=as.character(StationsInDir[i])) par(mfrow=c(4,4),oma=c(4,0,2,0)) plot(1:l...