-
Notifications
You must be signed in to change notification settings - Fork 7
/
_pkgdown.yaml
71 lines (68 loc) · 1.46 KB
/
_pkgdown.yaml
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
url: https://YsoSirius.github.io/windfarmGA
template:
bootstrap: 5
package: preferably
# params:
# toggle: manual
navbar:
title: "windfarmGA"
reference:
- title: Package Documentation
contents:
- windfarmGA_
- title: Run an Optimization
contents:
- genetic_algorithm
- title: Genetic Algorithm Components
desc: Main components of the genetic algorithm
contents:
- init_population
- selection
- fitness
- crossover
- mutation
- trimton
- title: Topographic Model
contents:
- terrain_model
- title: Wind Energy Calculation Functions
contents:
- barometric_height
- get_dist_angles
- turbine_influences
- calculate_energy
- circle_intersection
- title: Randomization
contents:
- starts_with("random", internal = TRUE)
- plot_random_search
- title: Plotting Functions
contents:
- starts_with("plot_", internal = TRUE)
- title: Viewshed Analysis Functions
contents:
- plot_viewshed
- title: Helper Functions
contents:
- get_grids
- grid_area
- hexa_area
- windata_format
- isSpatial
- permutations
- readinteger
- readintegerSel
- splitAt
- package_installed
- title: Datasets
desc: Results and Shapefiles included in the package.
contents:
- resultrect
- resulthex
- sp_polygon
- big_shape
- hole_shape
- multi_shape
authors:
Sebastian Gatscha:
href: https://github.com/YsoSirius