- Result
must be an optimization result as returned by an optimizer such as optim
. Usually, this will be a list
at least containing '$par'. Most optimizers comply with this R standard. If your optimizer does not, wrap its result into a list containing an object '$par' containing the optimization result (i.e., a vector of points).
- Cones
triggers whether the Jensen cones are to be displayed as well. Defaults to TRUE
.
- All
triggers whether all Jensen cones are to be displayed, instead of just causers and sufferers. Defaults to FALSE
, as TRUE
results in a mess most of the times.
- VectorField
controls whether or not to impose the wind directions vector field (arrows). Defaults to TRUE
.
- ImposeMST
if TRUE
, computes and imposes a minimum spanning tree for the vertices, useful for cable installation purposes. Defaults to FALSE
.
- NS
if TRUE
, imposes a computationally intensive Navier-Stokes based wake simulation image over the plot. Defaults to FALSE
.
- NSOnly
if TRUE
, imposes just the Navier-Stokes wake simulation (no Jensen wakes). Defaults to FALSE
.
- Exaggerate
if TRUE
, displays turbines as squares in the Navier-Stokes visualization. The turbine is then still to scale, but in reality the rotor is a disc instead of a cube, of course. This overly emphasizes wakes, which may be desired in most cases. Thus, defaults to TRUE
. Set to FALSE
for a more realistic look of the rotor discs, but this will make the wakes appear less severe.
- DoubleLine
applies only if Exaggerate == TRUE
. The rotor disc is then a disc instead of a cube (or line instead of square), but the line will be two instead of one pixel wide. This option is a trade-off between Exaggerate == TRUE
and Exaggerate == FALSE
. Set to TRUE
(the default) if Exaggerate == FALSE
to apply. Note that only if Exaggerate == FALSE
and DoubleLine == FALSE
, the rotor disc is a one pixel wide line, the most realistic setting which however shows only weak wakes.
- Frames
number of frames to pre-compute for the Navier-Stokes simulation. 100 is a good value. Less makes the computation faster, but more inaccurate. More than 100 in only necessary for very low wind speeds. Thus, defaults to 100
.
- Alpha
The Navier-Stokes wake simulation is imposed semi-transparent over the usual image. This controls the transparency. Alpha = 0 means transparent, Alpha = 1 means opaque. Defaults to 0.5
.
- MaxContrast
increases the contrast to maximum (this is equivalent to histogram stretching). Defaults to TRUE
.
- Soften
applies a Gaussian soften filter to the Navier-Stokes image to have a more homogeneous visualization. Defaults to TRUE
.