The R Project SVN R

Rev

Rev 27442 | Rev 34063 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27442 Rev 27625
Line 89... Line 89...
89
par(mfrow = c(2, 2), oma = c(0, 0, 2, 0))
89
par(mfrow = c(2, 2), oma = c(0, 0, 2, 0))
90
plot(lm.SR)
90
plot(lm.SR)
91
plot(lm.SR, id.n = NULL)               # no id's
91
plot(lm.SR, id.n = NULL)               # no id's
92
plot(lm.SR, id.n = 5, labels.id = NULL)# 5 id numbers
92
plot(lm.SR, id.n = 5, labels.id = NULL)# 5 id numbers
93
 
93
 
94
## Fit a smmooth curve, where applicable:
94
## Fit a smooth curve, where applicable:
95
plot(lm.SR, panel = panel.smooth)
95
plot(lm.SR, panel = panel.smooth)
96
## Gives a smoother curve
96
## Gives a smoother curve
97
plot(lm.SR, panel = function(x,y) panel.smooth(x, y, span = 1))
97
plot(lm.SR, panel = function(x,y) panel.smooth(x, y, span = 1))
98
 
98
 
99
par(mfrow=c(2,1))# same oma as above
99
par(mfrow=c(2,1))# same oma as above