-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
111 lines (110 loc) · 2.78 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Generated by roxygen2: do not edit by hand
export(barometric_height)
export(calculate_energy)
export(circle_intersection)
export(crossover)
export(fitness)
export(genetic_algorithm)
export(get_dist_angles)
export(get_grids)
export(grid_area)
export(hexa_area)
export(init_population)
export(isSpatial)
export(is_doparallel_installed)
export(is_elevatr_installed)
export(is_foreach_installed)
export(is_ggplot2_installed)
export(is_gstat_installed)
export(is_leaflet_installed)
export(is_parallel_installed)
export(mutation)
export(plot_cloud)
export(plot_development)
export(plot_evolution)
export(plot_fitness_evolution)
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(selection)
export(splitAt)
export(terrain_model)
export(trimton)
export(turbine_influences)
export(windata_format)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rcpp,sourceCpp)
importFrom(calibrate,textxy)
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(methods,is)
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_is_valid)
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(terra,add_legend)
importFrom(terra,app)
importFrom(terra,classify)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,extract)
importFrom(terra,global)
importFrom(terra,lapp)
importFrom(terra,mosaic)
importFrom(terra,plot)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,res)
importFrom(terra,resample)
importFrom(terra,sprc)
importFrom(terra,terrain)
importFrom(terra,values)
importFrom(terra,viewshed)
importFrom(terra,xyFromCell)
importFrom(utils,download.file)
importFrom(utils,globalVariables)
importFrom(utils,read.csv)
importFrom(utils,unzip)
useDynLib(windfarmGA, .registration = TRUE)