[R] Rggobi function error

Aruna Buddana buddanaak at ornl.gov
Fri Sep 17 16:09:03 CEST 2004


Hello,
I was working  with Rggobi and was trying to use the function 
setIdentifyHandler.ggobi(f).
The error I am getting is
 Error in setIdentifyHandler.ggobi(f) : attempt to apply non-function

The function setIdentifyHandler.ggobi is

function (f, .gobi = getDefaultGGobi())
{
    gobj = unclass(.gobi)$ref
    gobj$AddCallback("identify-point", function(gg, sp, which,
        d) f(which, d))
}

AddCallback function is not recognised as a function and so the error - 
non-function.

Did I install Rggobi properly, or do I need any other add-on packages to 
implement the handlers?

I am using R-1.9.1 and Rggobi-1.0-0 in unix .

Thank you
Aruna




More information about the R-help mailing list