Displaying 1 result from an estimated 1 matches for "uppererr".
Did you mean:
upperdir
2008 May 02
0
xYplot legend keys labels
...in the
data frame column names... say for example you want something with a
subscript.
Here is a quick solution to it, by keeping (keys='lines')
you need to change the parameter "labels" which belongs to an underlying
function of xYplot.
Here is an example
xYplot( Cbind(average,upperErr,lowerErr)~rate,panel=function(x,y,...)
{panel.grid(lty=3,col="black",lwd=0.1);panel.xYplot(x,y,...)},group=type,data=dfr,
type="b" ,pch=c(0,1),
lty=c("dashed","solid"),xlab="Resquest Rate (Request/sec)", ylab="Response
Time (millisec)",...