Message-ID: <AANLkTinBbv70pmtFxQCiyKC_sqM6xPuNd8mzUoRqrVud@mail.gmail.com>
Date: 2011-01-21T12:49:36Z
From: jim holtman
Subject: How to look into the asterisked function?
In-Reply-To: <001e01cbb96b$774941c0$65dbc540$@gmail.com>
You can also use:
getAnywhere("functionName")
On Fri, Jan 21, 2011 at 8:02 AM, Bogaso Christofer
<bogaso.christofer at gmail.com> wrote:
> Hi friends, there is methods() function to see the all available methods for
> a particular function, for example:
>
>
>
>> head(methods("print"))
>
> [1] "print.acf" ? ? "print.anova" ? "print.aov" ? ? "print.aovlist"
> "print.ar" ? ? ?"print.Arima"
>
>
>
> In this list, there are some functions which are asterisked like
> print.acf(). How can I see the contents of those function?
>
>
>
> Thanks and regards,
>
>
> ? ? ? ?[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>
--
Jim Holtman
Data Munger Guru
What is the problem that you are trying to solve?