> > 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.
Exactly what I needed, I appreciate the help. Using your example, I've gained a significant amount of control over the look of my plots. Is there a way to print just a colorkey (maybe using draw.colorkey?) without a plot? I like the way a levelplot looks with it's colorkey, but I need to generate the plot and colorkey in separate devices (separate .ps files). Is this possible? Thanks, Matt Sundling ______________________________________________ [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
