Displaying 1 result from an estimated 1 matches for "imagemagickcall".
2009 Jun 15
1
display SVG, PNG, GIF, JPEG, TIFF, PPM in new plot frame
...display' utility can be
called directly from R, thereby bypassing the need to
read and display the graphics file as data:
frameTitle <- "\"override default\""
graphic <- "my.png" # ImageMagick also supports PNG, GIF, JPEG, TIFF, PPM
imagemagickCall <- paste("display", "-title", frameTitle, graphic, "&")
ret <- system(imagemagickCall)
if ( ret != 0 ) warning("display call returned fail: ", ret)
thanks in advance, Robbie
---
Robbie Morrison
PhD student -- policy-oriented ene...