[R] R: UseMethod with primitives?

Marcus Eger marcus.eger at physik.uni-marburg.de
Thu Jul 15 20:02:21 CEST 1999


Hello,
is the following somehow possible with Mod() being a primitive:

"Mod" <- function(x)
  UseMethod("Mod")


"Mod.default" <- function(x) {
  .Primitive("Mod")  ### I know it´s wrong. How can I access the
original Mod ?
}

Thanks for help
M. Eger

-- 
+-------------------------------------------------------
| Marcus Eger
| Philipps Universitaet Marburg
| Fachbereich Physik AG Neurophysik
| Renthof 7
| 35032 Marburg
| Tel. +49 6421 284169
| Fax  +49 6421 287034
+-------------------------------------------------------
| E-Mail: marcus.eger at physik.uni-marburg.de
| http://www.physik.uni-marburg.de/bio/mitarbei/eger.htm
+-------------------------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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