>>>>> "Deepayan" == Deepayan Sarkar <[EMAIL PROTECTED]>
>>>>>     on Mon, 20 Oct 2003 12:58:36 -0500 writes:

    Deepayan> On Monday 20 October 2003 12:35,
    Deepayan> [EMAIL PROTECTED] wrote:

   <.....>

    >> Previously, I used 'calculateAxisComponents' to massage
    >> the labels manually but that function (which I realise
    >> was internal to lattice) is no longer available.

    Deepayan> It's still there, but not exported (in the
    Deepayan> NAMESPACE sense). You will find it in the source,
    Deepayan> and perhaps be able to use it to calculate your
    Deepayan> own 'at' and 'labels' externally.

and you can now (R 1.8.x) use the ":::" operator to access internal
symbols, i.e., use the function as

lattice:::calculateAxisComponents(...)

    Deepayan> <.........>

Martin

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to