On 5/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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 ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
