Ferdinand Alimadhi wrote:
> tmp$comp <- [EMAIL PROTECTED] ?!
I "lose" class here and that is not what I want. Perhaps I should stick
with list instead of data.frame.
> Gregor Gorjanc wrote:
>
>> Hello!
>>
>> I am developing a composition class, which represents a composition of
>> mixture of l
tmp$comp <- [EMAIL PROTECTED] ?!
Gregor Gorjanc wrote:
>Hello!
>
>I am developing a composition class, which represents a composition of
>mixture of levels, say soil has three components and each component
>accounts for 1/3 of the unit. I have tried with S4 class system and I
>would appreciate