trcontrol | R Documentation |
transport
.
Set the control parameters for the algorithm used by the function transport
.
trcontrol(method = c("networkflow", "revsimplex", "shortsimplex", "primaldual", "aha",
"shielding", "auction", "auctionbf"), para = list(),
start = c("auto", "modrowmin", "nwcorner", "russell"),
nscales = 1, scmult = 2,returncoarse = FALSE, a = NULL,
b = NULL, M = NULL, N = NULL)
method |
The algorithm to be used to compute the optimal transference plan. See details for the function |
para |
A list of parameters that are specific to the chosen method. See the table on the help page of the function |
start |
If |
nscales , scmult , returncoarse |
The parameters for the multiscale versions of certain algorithms. See the help on |
a , b , M , N |
The two objects |
For further details about the parameters of the individual algorithms see the help page for transport
.
A list with components method
, para
, start
, nscales
, scmult
, returncoarse
as
entered or adapted/computed based on the arguments method
, a
, b
, M
, N
.
This function is typically only called by the user to check what the parameter settings used
by the function transport
are for a given problem.
Dominic Schuhmacher dschuhm1@uni-goettingen.de
transport
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.