Re: [R] Problems in plotting with abline

2009-07-13 Thread anupam sinha
Thanks a million for your suggestion. It works. On Mon, Jul 13, 2009 at 2:29 PM, Alain Guillet wrote: > Hello, > > The error message says there is no opened graphical windows. You cannot use > abline if there is no open graphical windows. Try this: > > plot(met_eco_deg,met_eco_bet) > abline(lmout

[R] Problems in plotting with abline

2009-07-13 Thread anupam sinha
Dear R-users, I am using R(a package igraph) to calculate certain topological features of networks. When I try to draw a plot between these features I get an error. Following is the code I am using : *> plot(met_eco_deg,met_eco_bet) > lmout<-lm(met_eco_bet ~ met_eco_deg) > abl