Instructions for graphics (was Wiki or Development for Mac-R.app-graphics-insert-to-Word?)
Le 07-01-30 ? 04:53, MHH Stevens <HStevens at muohio.edu> a ?crit :
1. Save R graphic with bitmap, using a high resolution. I prefer
400 dpi, but others suggest 300 dpi suffices.
plot(1:8)
dev.print(bitmap, "Myplot.png", res=400)
Wow, thank you for this. Even after a couple of years of using R, there are plenty of tricks I don't know. This works much better for me than using png(). Denis