Re: [R] scatterplot with wrong line offset

2012-10-23 Thread John Fox
Dear Francisco, >From ?scatterplot: "reset.par: if TRUE then plotting parameters are reset to their previous values when scatterplot exits; if FALSE then the mar and mfcol parameters are altered for the current plotting device. Set to FALSE if you want to add graphical elements (such as li

[R] scatterplot with wrong line offset

2012-10-23 Thread fm3c2007
Hi All, I'm trying to do a Scatterplot (package: car), and add a line (just for reference). There is my code: #Code--- library("car") library("calibrate") G_T<-c("car","bike","boat") ave<-c(80,10,45) perf<-c(100,8