Sundar Dorai-Raj gmail.com> writes:
>
> Sorry, that was my lack of understanding on how coplot works.
> Try the following:
>
> coplot(lbxglu~lbxgh|eth, data = reg.dat.5,
>panel= function(...) {
> panel.smooth(...)
> abline(h = 126, col = "red")
> abline(v = 6.5, col = "blue"
Sorry, that was my lack of understanding on how coplot works. Try the following:
coplot(lbxglu~lbxgh|eth, data = reg.dat.5,
panel= function(...) {
panel.smooth(...)
abline(h = 126, col = "red")
abline(v = 6.5, col = "blue")
},
xlab="ABC", ylab="FBG")
On Thu, Feb 12, 2009 at
Try:
coplot(lbxglu~lbxgh|eth, data = reg.dat.5,
panel= function(...) {
panel.smooth(...)
panel.abline(h = 126, col = "red")
panel.abline(v = 6.5, col = "blue")
},
xlab="ABC", ylab="FBG")
Also note that you removed your "with" call and give coplot a data argument.
HTH,
--sunda
3 matches
Mail list logo