I'd like to plot coefficients from glm result. with barchart, coefficients are ordered by the names of factors and I'd like to order them by values (or abs(values)). to do that, I've ordered the vector of coefficients but it's plotting the same thing. I'm working R 1.6.2 on win98. Thanks is it possible to do that with standard graphical function?