Message-ID: <Pine.A41.4.61b.0504120709070.335330@homer08.u.washington.edu>
Date: 2005-04-12T14:10:58Z
From: Thomas Lumley
Subject: where is internal function of sample()?
In-Reply-To: <1113275800.6103.5.camel@horizons.localdomain>
On Mon, 11 Apr 2005, Marc Schwartz wrote:
>
> A general pattern for C .Internal functions is to use a prefix of "do_"
> in conjunction with the R function name. So in this case, the C function
> is called do_sample and begins at line 391 (for 2.0.1 patched) in the
> aforementioned C source file.
>
and in the case of the few exceptions to this rule you can look in names.c
for a complete table.
-thomas