lpmodel | R Documentation |
lpmodel
objectThis function defines the objects required in the
lpinfer
package in the lpmodel
class.
lpmodel(
A.obs = NULL,
A.shp = NULL,
A.tgt = NULL,
beta.obs = NULL,
beta.shp = 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. |
Returns a lpmodel
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.