[R] thicker axis in levelplot

Deepayan Sarkar deepayan.sarkar at gmail.com
Thu Nov 1 20:08:26 CET 2007


On 11/1/07, Jenny Barnes <jmb at mssl.ucl.ac.uk> wrote:
> Thank you for your reply - I'm afriad that just doesn't work, any other
> suggestions or is there something I need to do WITH this command to make it
> work?
>
> I really am stuck on this one and would appreciate any help offered,

Does this work for you?

levelplot(z~x*y, grid, cuts=50, scales=list(log="e"), xlab="",
          par.settings = list(axis.line=list(lwd=4)))

-Deepayan



More information about the R-help mailing list