| rap {raptr} | R Documentation |
Generate prioritizations using RAP
Description
This is a general function to create Rap objects from scratch and solve them to generate solutions.
Usage
rap(
pus,
species,
spaces = NULL,
formulation = c("unreliable", "reliable")[1],
solve = TRUE,
...
)
Arguments
pus |
|
species |
|
spaces |
|
formulation |
|
solve |
|
... |
arguments are passed to |
Value
A new RapSolved() object if solve is TRUE,
otherwise an RapUnsolved() is returned.
Note
Type vignette("raptr") to see the package vignette for a
tutorial.
See Also
GurobiOpts(), RapReliableOpts(),
RapUnreliableOpts() RapData(),
RapResults(), RapUnsolved(),
RapSolved().