R/c_artificial.R

Defines functions c_artificial

c_artificial <-
function(c,A){
col<-ncol(A)
l<-length(c)
cn<-array(0,c(col,1))
for(i in 1:l)
cn[i]<-c[i]
cn[col]<-1000000
return(cn)}

Try the intpoint package in your browser

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

intpoint documentation built on May 29, 2017, 8:59 p.m.