Skip to content
Prev 16137 / 63424 Next

how to add method to .Primitive function

On 5/7/05, Vadim Ogranovich <vograno@evafunds.com> wrote:
The list method of dim is sealed
[1] TRUE

but you could define a subclass, mylist, and use that:
[1] "mylist"
[1] "dim"
[1] 1 2