[R] lattice: How to get log base for each axis inside panel function?

2011-08-15 Thread Mikhail Titov
Hello! I'd like to have a function to draw correct grid while using log axis with xyplot from lattice package. Right now I have the following code inside of my panel function: lim - current.panel.limits() v - latticeExtra:::logTicks(2^lim$xlim, loc=1) h - latticeExtra:::logTicks(2^lim$ylim,

Re: [R] lattice: How to get log base for each axis inside panel function?

2011-08-15 Thread Deepayan Sarkar
On Mon, Aug 15, 2011 at 10:34 PM, Mikhail Titov m...@gmx.us wrote: Hello! I'd like to have a function to draw correct grid while using log axis with xyplot from lattice package. Right now I have the following code inside of my panel function: lim - current.panel.limits() v -