[R] footnote in postscript lattice

Deepayan Sarkar deepayan.sarkar at gmail.com
Fri Jan 27 01:36:10 CET 2006


On 1/26/06, Francisco J. Zagmutt <gerifalte28 at hotmail.com> wrote:
> After you create your xyplot use
> library(grid)
> panel.text(grid.locator(),label="My label")

Also, look up the 'page' argument in ?xyplot.

Deepayan

>
> Cheers
>
> Francisco
>
> PS:  How is good ol' David these days?
>
> >From: Dean Sonneborn <dsonneborn at ucdavis.edu>
> >To: r-help at stat.math.ethz.ch
> >Subject: [R] footnote in postscript lattice
> >Date: Thu, 26 Jan 2006 15:46:28 -0800
> >
> >I would like to add a footnote to this graph but do not see a "footnote"
> >command in the package:lattice documentation. I would like to note the
> >"span=.8"
> >  as the footnote.
> >
> >postscript(file= "C:/Documents and Settings/dsonneborn/My
> >Documents/Slovak/output/pcb_tables/smooth_PCB_lines_four.ps",
> >bg="transparent", onefile=FALSE, pointsize=20,paper="letter",
> >horizontal=TRUE, family="Helvetica",font="Helvetica")
> >
> >xyplot(AWGT ~ lipid_adj_lpcb2_cent | malex*romanix, data=pcb_graph3,
> >
> >        auto.key = list(lines = TRUE, points = TRUE), ylab="Birth Weight",
> >xlab="Lipid Adjusted PCB",
> >
> >        par.settings =
> >
> >        list(superpose.symbol = list(col = colr, pch = plotchar),
> >
> >             superpose.line = list(col = colr, pch = plotchar, lty = 1)),
> >
> >         type=c("p", "smooth"), span=.8)
> >
> >dev.off()
> >thanks
> >
> >--
> >Dean Sonneborn, MS
> >Programmer Analyst
> >Department of Public Health Sciences
> >University of California, Davis
> >(530) 754-9516




More information about the R-help mailing list