Let's revisit my fist post

How can I get a normal-font-sized 'Hello world' displayed on a page, with a
plot underneath, instead of a giant 'Hello world' on one page, and a plot on
another? 

Then

The goal is to produce a proper-looking PDF *document* with text and images
- similar to what I could do in HTML with hwriter package.

Document as opposed to annotated plot. 

There is the difficulty of defining, specifically, a 'proper document', and
not everyone is familiar with hwriter. How about this: I want an interface
in which commands like

page = pdf(..)
print(page, "some text")
printImage(page, "someimage.jpg")
close(page)

would produce a one-page PDF document with a line of text and a picture. 

-- 
View this message in context: 
http://n4.nabble.com/exporting-text-output-to-pdf-tp837699p1016930.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to