Rdocumentation
powered by
Learn R Programming
EDFIR (version 1.0)
isotopesolve: isotopesolve
Description
Solve the linear system of inequalities given by
construct.linearsys
using
lpSolve
.
Usage
isotopesolve(predatorframe, preyframe, maximize="min")
Arguments
predatorframe
A data frame containing isotopic measurements for a predator species.
preyframe
A data frame containing isotopic measurements for a set of prey species.
maximize
An optional argument, asking whether or not you would like to maximize or minimize the default objective function.
Value
A summary object output by
lp
for the system of inequalities produced from the input data.