| ValidSetup | R Documentation |
For a set of turbine locations represented by x and y, checks whether all possible pairs satisfy the minimum distance criterion.
ValidSetup(x, y)
x |
must be a numeric vector of at least two values, contains the 'x' location(s) of turbines. |
y |
must be a numeric vector of at least two values, contains the 'y' location(s) of turbines. |
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.
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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.