[R] Source Code
David Winsemius
dwinsemius at comcast.net
Sun Apr 21 00:45:31 CEST 2013
On Apr 20, 2013, at 3:34 PM, R. Michael Weylandt <michael.weylandt at gmail.com> wrote:
>
>
> On Apr 20, 2013, at 6:23 PM, Eva Prieto Castro <evapcastro at yahoo.es> wrote:
>
>> Dear all,
>>
>> How can I get the source code of text function?
>>
>
> What is the 'text function'?
>
> Try typing the name of the function at the prompt without any parentheses after it. If its written in R, then it should be visible.
(It's not, .. or at least it might not seem so to a newbR.)
> text
function (x, ...)
UseMethod("text")
<bytecode: 0x10191f780>
<environment: namespace:graphics>
methods(text)
text.default
graphics:::trext.formula
And then .... to go further ... I think she may need the added information in Uwe Ligges classic R-News article:
http://cran.r-project.org/doc/Rnews/Rnews_2006-4.pdf
--
David Winsemius
Alameda, CA, USA
More information about the R-help
mailing list