For a set of turbine locations represented by x
and y
, checks whether all possible pairs satisfy the minimum distance criterion.
ValidSetup(x, y)
ValidSetup
returns TRUE
if all pairs of turbines are at least as far away from each other as 'MinDist' from the FarmVars
settings object requests, or FALSE
, else.
must be a numeric vector of at least two values, contains the 'x' location(s) of turbines.
must be a numeric vector of at least two values, contains the 'y' location(s) of turbines.
Carsten Croonenbroeck
ValidSetup(c(0.5, 0.7), c(0.7, 0.9))
## Returns TRUE if FarmVars$MinDist is at its standard value (0.1).
Run the code above in your browser using DataLab