# NOT RUN {
## Add some data examples from the package
load(file = system.file("extdata/resulthex.rda", package = "windfarmGA"))
## Plot the results of a hexagonal grid optimization
plot_heatmap(resulthex)
## Plot the heatmap with different settings
plot_heatmap(resulthex, si = 6, idistw = 2)
plot_heatmap(resulthex, si = 6, idistw = 100)
plot_heatmap(resulthex, si = 20, idistw = 10)
# }
Run the code above in your browser using DataLab