powered by
## S3 method for class 'lpExtPtr': dim(x) ## S3 method for class 'lpExtPtr': dim(x) <- value
resize.lp
lps.model <- make.lp(4, 0) x <- c(6,2,4,9) add.column(lps.model, x) y <- c(3,1,5) ind <- c(1,2,4) add.column(lps.model, y, ind) dim(lps.model)
Run the code above in your browser using DataLab