[Rd] serialized plot object (for a certain device)

Tobias Verbeke tobias.verbeke at gmail.com
Sat Sep 1 17:34:42 CEST 2007


Dear list,

Using serialize it is possible to save
the binary string representing an R
object to a raw R vector.

## adapted from ?serialize
x <- serialize(list(1,2,3), NULL)
x

I am looking for a way to capture
the binary string that in normal
use of graphics devices will be
written to (most commonly) a file
connection.

jpeg(file = "test.jpg")
   plot(1:10)
dev.off()

In other words, is there a way of
capturing the binary `jpeg string'
representing the plot(1:10) graph,
e.g. into a raw vector ?

Many thanks in advance,
Tobias

-- 

Tobias Verbeke - Consultant
Business & Decision Benelux
Rue de la révolution 8
1000 Brussels - BELGIUM

+32 499 36 33 15
tobias.verbeke at businessdecision.com



More information about the R-devel mailing list