View source: R/random_search.R
random_search_single | R Documentation |
Perform a random search for a single turbine, to further optimize the output of the wind farm layout.
random_search_single(result, Polygon1, n = 20, Plot = FALSE, max_dist = 2.2)
result |
The resulting matrix of the function |
Polygon1 |
The considered area as SpatialPolygon, SimpleFeature Polygon or coordinates as matrix/data.frame |
n |
The number of random searches to be performed. Default is 20. |
Plot |
Should the random search be plotted? Default is |
max_dist |
A numeric value multiplied by the rotor radius to perform collision checks. Default is 2.2 |
Returns a list
Other Randomization:
plot_random_search()
,
random_search()
Other Plotting Functions:
plot_cloud()
,
plot_development()
,
plot_evolution()
,
plot_fitness_evolution()
,
plot_parkfitness()
,
plot_result()
,
plot_windfarmGA()
,
plot_windrose()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.