Hi,

On Mon, Dec 1, 2014 at 11:37 AM, Deniz Ağırdan <denizagir...@gmail.com> wrote:
> Dear R Team,
>
> I have problem about finding R source scripts. I need script of
> kmeans(stats) function. I would be grateful, if you helped me.

I assume you mean the source code rather than a script using that
function. Google is your friend, for instance:

http://stackoverflow.com/questions/19226816/how-can-i-view-the-source-code-for-a-function


Briefly, typing the name of the function at the R prompt will often
get you the code:

kmeans.

Sarah

-- 
Sarah Goslee
http://www.functionaldiversity.org

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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