Raw Message
Message-ID: <16811.16508.348499.357382@gargle.gargle.HOWL>
Date: 2004-11-29T15:30:04Z
From: Martin Maechler
Subject: "non-visible" functions in return to methods()
In-Reply-To: <41AB2894.8020005@jhsph.edu>
>>>>> "Roger" == Roger D Peng <rpeng at jhsph.edu>
>>>>> on Mon, 29 Nov 2004 08:48:04 -0500 writes:
Roger> "non-visible" functions are hidden in a namespace.
yes.
Roger> You can view the code by using getS3method().
not always {namely when the hidden function is not an S3 method}
getAnywhere() is more generally useful, but please consider my
post from half a year ago
https://stat.ethz.ch/pipermail/r-help/2004-May/050112.html
which gives more explanations and possibilities.
Roger> steve houghton wrote:
>> Please point me to the documentation explaining why some of the
>> functions returned
>> by calling methods() are marked as "non-visible" and whether there is
>> indeed no way of
>> viewing the R code of such functions
>>
>> thanks
>>
>> Steve