Skip to content

Problem with dyn.load...or else...

2 messages · Marie-Hélène, Duncan Murdoch

#
At 19:46 2005-07-06, you wrote:
It's in the form:

K_MEANSC<- function(arguments...)
{

}
So the name of my .C function is also K_MEANSC...
Marie-H?l?ne



==========================================================
Marie-H?l?ne Ouellette
UNIVERSITE DE MONTR?AL
D?partement de sciences biologiques
T?l. (514) 343-6111 poste 1233
#
On 7/7/2005 10:16 AM, Marie-H?l?ne Ouellette wrote:
No, you misunderstood.  That's R code; I was asking about the C language 
code that you want .C("K_MEANSC", xrows = as.integer(xrows) ... to call.

Duncan Murdoch