Last data update: 2014.03.03

R: construct.linearsys
construct.linearsysR Documentation

construct.linearsys

Description

Construct a linear system of inequalities from the predator and prey isotopic data for input to lpSolve.

Usage

construct.linearsys(predatorframe, preyframe)

Arguments

predatorframe

The data frame containing the isotopic measurements from the predator species.

preyframe

The data frame containing the isotopic measurements from the prey species.

Value

A

The matrix A used as input to the lp solver.

b

The vector b used as input to the lp solver.

Author(s)

Robert Robere

See Also

build.normalhull isotopesolve

Results