On Wed, Aug 12, 2009 at 7:19 AM, wrote:
> Thank you Gerrit,
>
> Your suggestion proved right after all:
>
> This does put error bars (dy) on the points. You only need to figure out
> the proper y axis scaling.
>
>> xyplot(y~x|f,data=xy,groups=dy,panel=function(x,y,groups,subscripts,...)
> {panel.x
Thank you Gerrit,
Your suggestion proved right after all:
This does put error bars (dy) on the points. You only need to figure out
the proper y axis scaling.
> xyplot(y~x|f,data=xy,groups=dy,panel=function(x,y,groups,subscripts,...)
{panel.xyplot(x,y,...)
;panel.segments(x,y+groups[subscripts],x
2 matches
Mail list logo