Skip to content
Prev 276920 / 398506 Next

Error in axis ????

On 11-11-09 10:34 PM, eric wrote:
First, find it.  Use traceback() to see the stack at the time of the 
call.  Presumably you or one of the packages you're using has replaced 
plot(), or a function that it calls, and that's the problem.  Look 
through the stack trace to find the culprit.  You can use getAnywhere() 
to retrieve the functions and to report when there are multiple copies 
that might be confusing you.

Duncan Murdoch