Displaying 1 result from an estimated 1 matches for "graphicsformat".
Did you mean:
  graphicsformats
  
2007 Jul 18
0
Saving R graphics as various file types.
...roTIFF than using jpeg() and a shell call to ImageMagick's 
convert routine. But if there's no Cairo, fall back. If there's no 
jpeg(), or no ImageMagick, then you're stuck, and jpeg output is no 
longer an option.
  How would this work in practice? Let's think:
  > library(graphicsFormats)
  > graphicsFormats()
  [1] "png" "pdf" "eps" "tiff" "svg"
  > graphicsFormatInfo("png")
  [1] "png ; portable network graphics" "raster"
  > graphicsFormatSupport("jpeg")
  Warning message:
  No...