R/C_calls.R

Defines functions mufC

Documented in mufC

mufC<-function(v) {
  n<-length(v)
  x<-rep(0,n*(n+1)/2)
  out<-.C("muf",v=as.double(v),x=as.double(x),n=as.integer(n),PACKAGE="FIRMAGene")
  out
}

Try the FIRMAGene package in your browser

Any scripts or data that you put into this service are public.

FIRMAGene documentation built on May 2, 2019, 5:55 p.m.