R/wrapper_computeCNCF.R

wrapper_computeCNCF <- function(PAR, VN, VF, t){
   Beta <- PAR[1]
   Q <- PAR[2]
   G <- PAR[3]
   return(compute_CNCF(Beta, Q, G, VN, VF, t))
}

Try the B2Z package in your browser

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

B2Z documentation built on May 2, 2019, 6:33 a.m.