lpmodel.natural | R Documentation |
lpmodel.natural
form objectThis function defines the objects required in the
lpinfer
package in the lpmodel.natural
class that allows
both equality and inequality constraints.
lpmodel.natural(
A.obs = NULL,
A.shp = NULL,
A.tgt = NULL,
beta.obs = NULL,
beta.shp = NULL,
sense.shp = NULL,
x.lb = NULL,
x.ub = NULL
)
A.obs |
A matrix, list or function. |
A.shp |
A matrix, list or function. |
A.tgt |
A matrix, list or function. |
beta.obs |
A vector, list or function. |
beta.shp |
A vector, list or function. |
sense.shp |
The sense vector for the shape constraints. |
x.lb |
The lower bound for the |
x.ub |
The upper bound for the |
Returns a list of lpmodel
objects in the lpmodel
class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.