Skip to content
Prev 20289 / 63424 Next

slot named C

It's an error in your usage  The args of new() are
function (Class, ...)

and what does 'C' match?  You need to name your arguments here.
On Mon, 17 Apr 2006, Paul Gilbert wrote:

            
It is rather an example of something which does not work.

foo <- new("testobj")
foo at C <- 2

does, for example.