Displaying 1 result from an estimated 1 matches for "sorteddatainlist".
Did you mean:
sorteddatainlist1
2012 Jun 08
3
Resolution issue with exporting plots from R and write tables in Latex code for producing pdf document
...tables from R to Latex for producing
pdf documents in an easier fashion?? i.e. Just realised that Latex does not
like compiling large amount tables/figures in one go!
Any advices/ideas are greatly appreciated!
Best wishes
HJ
Below is my code...
=====================
SumTab<-function(Data=SortedDataInList,StartDate="30/1/12",EndDate="31/05/12",StartTime="22:50:00",EndTime="23:00:00"){
Start= chron(StartDate,StartTime , format=c(dates="d/m/y", times="h:m:s"))
End= chron(EndDate,EndTime , format=c(dates="d/m/y", times="h:m:...