search for: s3reg

Displaying 1 result from an estimated 1 matches for "s3reg".

Did you mean: ws3reg
2008 Jul 15
1
methods/namespaces/possible bug
...31] plot.table* plot.ts plot.tskernel* Non-visible functions are asterisked Based on this, I think that methods("plot") should return plot.function, so I am almost ready to take the bug word in my mouth. When I debug the methods function it gets to the line S3reg <- ls(get(".__S3MethodsTable__.", envir = defenv), pattern = name) where it searches the .__S3MethodsTable__. object. Consulting the help page it seems that this object is part of the namespace functionality. My guess is that something goes wrong because function is a reserved w...