Displaying 1 result from an estimated 1 matches for "rwpk".
Did you mean:
rwk
2009 Sep 28
1
xyplot & lmline: error message.
...ould
be represented as log/log but when I fit the lmline I receive an error
message - the plot is fine without the log transformation, but the then the
plot is meaningless. I know it must be something simple, but I just can't
see it. Hope someone can help...
Thanks.
xyplot(log(Pk)~log(k),data=rwpk,cex=1,
panel=function(x,y){
panel.grid(h=-1, v=-1)
panel.xyplot(x,y,cex=1.0)
panel.lmline(x,y)
})
http://www.nabble.com/file/p25641684/rwpk.csv rwpk.csv
--
View this message in context: http://www.nabble.com/xyplot---lmline%3A-error-message.-tp25641684p25641684.html
Sent from the R help mailing...