# Generated by roxygen2: do not edit by hand

export(barometric_height)
export(calculate_energy)
export(cansee)
export(crossover)
export(dup_coords)
export(fitness)
export(genetic_algorithm)
export(getDEM)
export(getISO3)
export(get_dist_angles)
export(get_grids)
export(grid_area)
export(hexa_area)
export(init_population)
export(interpol_view)
export(isSpatial)
export(mutation)
export(plot_cloud)
export(plot_development)
export(plot_evolution)
export(plot_fitness_evolution)
export(plot_heatmap)
export(plot_leaflet)
export(plot_parkfitness)
export(plot_random_search)
export(plot_result)
export(plot_viewshed)
export(plot_windfarmGA)
export(plot_windrose)
export(random_search)
export(random_search_single)
export(rasterprofile)
export(selection)
export(splitAt)
export(trimton)
export(turbine_influences)
export(viewTo)
export(viewshed)
export(windata_format)
export(windfarmGA)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rcpp,sourceCpp)
importFrom(calibrate,textxy)
importFrom(doParallel,registerDoParallel)
importFrom(elevatr,get_elev_raster)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,topo.colors)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,grid)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(raster,area)
importFrom(raster,calc)
importFrom(raster,cellFromXY)
importFrom(raster,cellStats)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,getData)
importFrom(raster,intersect)
importFrom(raster,mask)
importFrom(raster,ncell)
importFrom(raster,overlay)
importFrom(raster,plot)
importFrom(raster,projectRaster)
importFrom(raster,projection)
importFrom(raster,raster)
importFrom(raster,rasterToPolygons)
importFrom(raster,rasterize)
importFrom(raster,reclassify)
importFrom(raster,res)
importFrom(raster,resample)
importFrom(raster,terrain)
importFrom(raster,values)
importFrom(raster,wkt)
importFrom(sf,`st_crs<-`)
importFrom(sf,sf_extSoftVersion)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_combine)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_make_grid)
importFrom(sf,st_transform)
importFrom(stats,aggregate)
importFrom(stats,complete.cases)
importFrom(stats,dist)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,smooth.spline)
importFrom(utils,download.file)
importFrom(utils,globalVariables)
importFrom(utils,read.csv)
importFrom(utils,unzip)
useDynLib(windfarmGA, .registration = TRUE)
