Re: [R] Exporting R graphics into Word without losing graph quality

2013-12-16 Thread david hamer
Thanks to everyone for the helpful suggestions. -- David. On Mon, Dec 16, 2013 at 7:23 PM, Steve Taylor wrote: > > From: Duncan Murdoch... > > > Don't use a bitmap format (png). > I disagree. Each vector format comes with its own problems. > > > Don't produce your graph in one format (scree

[R] Exporting R graphics into Word without losing graph quality

2013-12-15 Thread david hamer
Hello, My x-y scatterplot produces a very ragged best-fit line when imported into Word. * >plot (data.file$x, data.file$y, type = "p", las=1, pch=20,ylab = expression("Cover of Species y" ~ (m^{2}~ha^{-1} )),xlab = expression("Cover of Species x" ~ (m^{2}~ha^{-1})) )>lines

[R] R's AIC values differ from published values

2012-02-13 Thread david hamer
Using the Cement hardening data in Anderson (2008) Model Based Inference in the Life Sciences. A Primer on Evidence, and working with the best model which is lm ( y ~ x1 + x2,data = cement ) the AIC value from R is model<-lm ( formula = y ~ x1 + x2 , da