search for: lgnd

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

Did you mean: land
2008 May 20
2
need some help in plotting xy graph
...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 first report" formd="rate ~ as.numeric(time)" print( xyplot(formula(formd), data = fdf, groups =...
2008 May 21
2
need some help in plotting xy graph
...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 first report" formd="rate ~ as.numeric(time)" print( xyplot(formula(formd), data = fdf, groups =...