s-news
[Top] [All Lists]

Re: Showing methods once the are gone

To: s-news@lists.biostat.wustl.edu
Subject: Re: Showing methods once the are gone
From: eggraid <jocelyn.bissonnette@gmail.com>
Date: Tue, 15 May 2007 07:59:41 -0700 (PDT)
In-reply-to: <10438582.post@talk.nabble.com>
References: <10438582.post@talk.nabble.com>


eggraid wrote:
> 
> I did it, I didn't save for more than an hour and I managed to break
> Splus... anyhow, I would like to retrieve the code for some methods I
> defined (like show or plot...) 
> 
> Can we see the codes of such methods like for functions?
> 
> Thanks in advance for answering this easy yet time consuming problem.
> 

There seems to be no problem with the "show" method which I can get using
"getMethod" but there is no way I can see plot. both of them would be stored
in the same folder and all... only getMethod("plot", "somefunction") will
always return that there is no "plot method for sig "somefunction"...

If I use showMethods() I do find the "plot method" for object of class
"somefunction" and it is stored under "C:\\Documents and
Settings\\jbisson\\SPLUS_Home" which is the same place as my "show"
method...


-- 
View this message in context: 
http://www.nabble.com/Showing-methods-once-the-are-gone-tf3729354.html#a10624515
Sent from the S-News mailing list archive at Nabble.com.


<Prev in Thread] Current Thread [Next in Thread>
  • Re: Showing methods once the are gone, eggraid <=