search for: computetimescales

Displaying 2 results from an estimated 2 matches for "computetimescales".

2008 May 20
2
need some help in plotting xy graph
...1 (04/01/08 16:02:30) 2 (04/01/08 16:07:30) 3 (04/01/08 16:02:30) 4 (04/01/08 16:07:30) And then I write the following lines of code to plot a xygraph on a pdf file n <- length(unique(fdf$time)) x <-sort(unique(fdf$time)) y<-UTCsecs2chron(x) xscales <- computeTimeScales(y) yscales<-NULL scales<-c(xscales,yscales) ylab<-"session transfer rate" xlab<-"time" lgnd.txt<-levels(fdf$overlay) celnet.trellis.device(device="pdf", file="ravi_st.pdf", width=10,height = 10) main<-"this is the...
2008 May 21
2
need some help in plotting xy graph
...1 (04/01/08 16:02:30) 2 (04/01/08 16:07:30) 3 (04/01/08 16:02:30) 4 (04/01/08 16:07:30) And then I write the following lines of code to plot a xygraph on a pdf file n <- length(unique(fdf$time)) x <-sort(unique(fdf$time)) y<-UTCsecs2chron(x) xscales <- computeTimeScales(y) yscales<-NULL scales<-c(xscales,yscales) ylab<-"session transfer rate" xlab<-"time" lgnd.txt<-levels(fdf$overlay) celnet.trellis.device(device="pdf", file="ravi_st.pdf", width=10,height = 10) main<-"this is the...