Re: [R] How to view the source of code?

2013-08-23 Thread Marino David
Thanks a lot. It works 2013/8/23 Berend Hasselman > > On 23-08-2013, at 07:40, Marino David wrote: > > > Hi all R mailing listers: > > > > I am using the coda package. I tried to view the source of HPDinterval > code > > by typing fix(HPDinterval), it dispalys as follows: > > > > function (ob

Re: [R] How to view the source of code?

2013-08-23 Thread Berend Hasselman
On 23-08-2013, at 07:40, Marino David wrote: > Hi all R mailing listers: > > I am using the coda package. I tried to view the source of HPDinterval code > by typing fix(HPDinterval), it dispalys as follows: > > function (obj, prob = 0.95, ...) > UseMethod("HPDinterval") > Then I search the ans

[R] How to view the source of code?

2013-08-22 Thread Marino David
Hi all R mailing listers: I am using the coda package. I tried to view the source of HPDinterval code by typing fix(HPDinterval), it dispalys as follows: function (obj, prob = 0.95, ...) UseMethod("HPDinterval") Then I search the answers about this case (see below), it still failed. Thank you in