Hello,

How can I see a function called "+.dlm"?

> methods("+")
[1] +.Date   +.dlm*   +.POSIXt

   Non-visible functions are asterisked
> getAnywhere("+.dlm")
Error in grep(pattern, x, ignore.case, extended, value, fixed, useBytes) : 
        invalid regular expression '+\.dlm'

Thanks in advance,
Giovanni

-- 

Giovanni Petris  <[EMAIL PROTECTED]>
Department of Mathematical Sciences
University of Arkansas - Fayetteville, AR 72701
Ph: (479) 575-6324, 575-8630 (fax)
http://definetti.uark.edu/~gpetris/

______________________________________________
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