[R] "Plotting" text?

baptiste auguie baptiste.auguie at googlemail.com
Sat Oct 22 07:46:00 CEST 2011


Try this,

library(grid)
grid.newpage()
grid.text("text")

HTH,

baptiste

On 22 October 2011 13:26,  <rkevinburton at charter.net> wrote:
>
> I noticed that the text() command adds text to a plot. Is there a way to
> either make the plot blank or add text to a "blank sheet". I would like
> to "plot" a page that contains just text, no plot lines, labels, etc.
>
> Suggestions?
>
> Kevin
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>



More information about the R-help mailing list