Message-ID: <430ED923.6010208@ipimar.pt>
Date: 2005-08-26T08:56:03Z
From: Ernesto Jardim
Subject: Code in lattice::dotplot function.
In-Reply-To: <eb555e6605082510084ef3dc42@mail.gmail.com>
Deepayan Sarkar wrote:
>On 8/25/05, ernesto <ernesto at ipimar.pt> wrote:
>
>
>>Hi,
>>
>>I'm trying to understand the code of lattice functions so that I can
>>write some S4 methods using lattice. The following code is a snipet of
>>dotplot that is reused in several other functions. I don't understand
>>why this is needed can someone help ?
>>
>>
>
>It was a hack to enable usage of the form dotplot(x). The latest
>version of lattice does not use this sort of construct any more
>(replacing it by generics and methods).
>
>Deepayan
>
>
OK, thanks.
EJ