Nothing
#
# get baseline values when solving LP problem with lpSolve
#
getBaseline = function(res, n, allpos=FALSE) {
if (allpos == FALSE)
baseline = res$solution[(2*n*n+1):(2*n*n+n)]
else
baseline = res$solution[(n*n+1):(n*n+n)]
return(baseline)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.