Skip to content
Prev 22492 / 398502 Next

R graphics and dpi

R has no such concept.  Most of the devices generate vector graphics, and
for png/jpeg you specify a number of pixels.  Only (dev2)bitmap has dpi,
its `res' argument.
On Wed, 7 Aug 2002, Roger Peng wrote: