# NOT RUN {
#### Set
A <- c(1,10,30)
E <- c(30,30,30)
correl <- "CRPos"
beta <- matrix(c(1,10,5,0.1,1,0.5,0.2,2,1),nrow=3)
B <- apply(beta,1,sumbis)
### Mutation
mu <- 1
i <- 3
delta <- compute.delta(mu,E,correl,B)
#for enzyme i
coef_sel.continue(i,E,A,delta[i],correl,beta)
#for all enzyme
coef_sel.continue(0,E,A,delta,correl,beta)
# }
Run the code above in your browser using DataLab