[R] lattice package plots

Deepayan Sarkar deepayan.sarkar at gmail.com
Thu May 11 05:17:57 CEST 2006


On 5/10/06, sundlm at rpi.edu <sundlm at rpi.edu> wrote:
>
> I am using the lattice packge for its levelplot and contourplot.  Is it
> possible to adjust the line thickness of the 'box' and tickmarks in these
> plots?

Yes, e.g.

levelplot(volcano, par.settings = list(axis.line = list(lwd = 3)))

The actual width of the box is actually half the advertised value
because of clipping.

Deepayan




More information about the R-help mailing list