- OCN
A river
object (as generated by create_OCN
).
- nNewIter
Number of iterations that the OCN search algorithm performs.
- coolingRate
Parameter of the function used to describe the temperature of the simulated annealing algorithm. See create_OCN
. If NULL
, it is set equal to the last element of OCN$coolingRate
.
- initialNoCoolingPhase
Parameter of the function used to describe the temperature of the simulated annealing algorithm. See create_OCN
.
- nUpdates
Number of updates given during the OCN search process (only effective if any(displayUpdates,showIntermediatePlots)=TRUE
.).
- showIntermediatePlots
If TRUE
, the OCN plot is updated nUpdates
times during the OCN search process.
Note that, for large lattices, showIntermediatePlots = TRUE
might slow down the search process considerably (especially when easyDraw = FALSE
).
- thrADraw
Threshold drainage area value used to display the network (only effective when showIntermediatePlots = TRUE
).
- easyDraw
Logical. If TRUE
, the whole network is displayed (when showIntermediatePlots = TRUE
), and pixels with drainage area lower than thrADraw
are displayed in light gray. If FALSE
, only pixels with drainage area greater or equal to thrADraw
are displayed. Default is FALSE
if dimX*dimY <= 40000
, and TRUE
otherwise. Note that setting easyDraw = FALSE
for large networks might slow down the process considerably.
- displayUpdates
State if updates are printed on the console while the OCN search algorithm runs.
0
No update is given.
1
An estimate of duration is given (only if dimX*dimY > 1000
, otherwise no update is given).
2
Progress updates are given. The number of these is controlled by nUpdates