Deepayan Sarkar wrote:
>On 10/20/05, ernesto <[EMAIL PROTECTED]> wrote:
>
>[...]
>
>
>
>>Hi Deepayan,
>>
>>I see that there are alternatives, I found one my self that works and
>>it's transparent for the user.
>>
>>I don't want to implement solutions that force the user to use lattice
>>methods
On 10/20/05, ernesto <[EMAIL PROTECTED]> wrote:
[...]
> Hi Deepayan,
>
> I see that there are alternatives, I found one my self that works and
> it's transparent for the user.
>
> I don't want to implement solutions that force the user to use lattice
> methods differently from your implementation
Deepayan Sarkar wrote:
>On 10/18/05, ernesto <[EMAIL PROTECTED]> wrote:
>
>
>>Prof Brian Ripley wrote:
>>
>>
>>
>>>I think you are confusing us: xyplot is an S3 generic with no 'data'
>>>argument. It is xyplot.formula that you want to add dispatch on its
>>>'data' argument. I don't really
On 10/18/05, ernesto <[EMAIL PROTECTED]> wrote:
> Prof Brian Ripley wrote:
>
> > I think you are confusing us: xyplot is an S3 generic with no 'data'
> > argument. It is xyplot.formula that you want to add dispatch on its
> > 'data' argument. I don't really see why you want to mix S3 and S4
> >
Prof Brian Ripley wrote:
> I think you are confusing us: xyplot is an S3 generic with no 'data'
> argument. It is xyplot.formula that you want to add dispatch on its
> 'data' argument. I don't really see why you want to mix S3 and S4
> systems, but you could make xyplot.formula an S3 or S4 gene
I think you are confusing us: xyplot is an S3 generic with no 'data'
argument. It is xyplot.formula that you want to add dispatch on its
'data' argument. I don't really see why you want to mix S3 and S4
systems, but you could make xyplot.formula an S3 or S4 generic and
dispatch on 'data', ju
ernesto wrote:
>Hi,
>
>I'm writing methods for a package called FLCore (see
>http://flr-project.org/) in particular for a class called "FLQuant"
>which extends array.
>
>Previously I was able to write methods based on the class of "data" but
>now I can not do it due to the single parameter "x". Is
Hi,
I'm writing methods for a package called FLCore (see
http://flr-project.org/) in particular for a class called "FLQuant"
which extends array.
Previously I was able to write methods based on the class of "data" but
now I can not do it due to the single parameter "x". Is there a way to
do this