Displaying 1 result from an estimated 1 matches for "stationsindir".
2012 Jun 08
3
Resolution issue with exporting plots from R and write tables in Latex code for producing pdf document
...t;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:length(SortedDataInList1[[i]][,1]),SortedDataInList1[[i]][,4],xlim=c(1,length(SortedDataInList1[[i]][,1])),ylab="Voltage
1 (v)",xlab="Date/Time ind.(10 min. int.)",type="p",cex=....