Undocumented functions (was: [R] Dates on Graphics)

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Thu Jun 8 10:01:03 CEST 2000


Emmanuel Paradis <paradis at isem.univ-montp2.fr> writes:

> Hence, plot.date() is effectively here but not documented. AFAIK, the only
> solution to know how to use the function is to open the file
> RHOME/library/date/R, and search for:
> 
> plot.date <- function(x, y, ..., xaxt, xlab, ylab) {

Recent versions of R have a function called undoc(), which finds
functions without documentation, e.g.

> undoc('tcltk')
[1] ".Last.lib"      "tkplace.slaves" "tktitle<-"     

This is mainly intended for package writers who can use it to find
functions that need to have documentation written. (And, oops, we seem
to have a couple of missing \alias{}s there...)

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list