lpmodel: Defines a 'lpmodel' object

View source: R/lpmodel.R

lpmodelR Documentation

Defines a lpmodel object

Description

This function defines the objects required in the lpinfer package in the lpmodel class.

Usage

lpmodel(
  A.obs = NULL,
  A.shp = NULL,
  A.tgt = NULL,
  beta.obs = NULL,
  beta.shp = NULL
)

Arguments

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.

Value

Returns a lpmodel object.


conroylau/lpinfer documentation built on Oct. 23, 2022, 9:21 a.m.