On 02/12/2011 11:08 AM, Shing Hing Man wrote:
> Hi,
> I am trying to create a linked list in R by defining a class Node which has
> a instance variable Node.
>
> setClass("Node", representation(rate="numeric", nextNode="ANY"))
>
> The above works. But the following gives me a warning message.
Why would you do this, when lists are fundamental types in R?
---
Jeff Newmiller The . . Go Live...
DCN: Basics: ##.#. ##.#. Live Go...
Live: OO#.. Dead: OO#.. Playing
Research Engineer (Solar/Batteries O.O#. #.O#. with
Hi,
I am trying to create a linked list in R by defining a class Node which has a
instance variable Node.
setClass("Node", representation(rate="numeric", nextNode="ANY"))
The above works. But the following gives me a warning message.
setClass("Node", representation(rate="numeric", nextNode="
3 matches
Mail list logo