On Apr 20, 2013, at 3:34 PM, R. Michael Weylandt <michael.weyla...@gmail.com> 
wrote:

> 
> 
> On Apr 20, 2013, at 6:23 PM, Eva Prieto Castro <evapcas...@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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to