-
Notifications
You must be signed in to change notification settings - Fork 21
/
_pkgdown.yml
103 lines (96 loc) · 2.41 KB
/
_pkgdown.yml
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
url: https://koenderks.github.io/aRtsy/
destination: "."
authors:
Koen Derks:
href: https://koenderks.com
template:
params:
bootswatch: cosmo
navbar:
left:
- icon: fa-home fa-lg
href: index.html
- text: "Gallery"
href: reference/index.html
- text: "Updates"
href: news/index.html
right:
- icon: fa-github
href: https://github.com/koenderks/aRtsy
- icon: fa-users
href: https://github.com/koenderks/aRtsy/discussions
home:
links:
- text: Ask a question
href: https://github.com/koenderks/aRtsy/discussions
reference:
- title: "Overview"
desc: >
Package overview
contents:
- aRtsy-package
- title: "Color palettes"
desc: >
Functions for creating color palettes.
contents:
- colorPalette
- title: "The Iterative collection"
desc: >
The Iterative collection implements algorithms whose state is dependent on a previous state.
contents:
- canvas_ant
- canvas_chladni
- canvas_cobweb
- canvas_collatz
- canvas_flame
- canvas_flow
- canvas_lissajous
- canvas_maze
- canvas_mesh
- canvas_petri
- canvas_phyllotaxis
- canvas_planet
- canvas_recaman
- canvas_slime
- canvas_smoke
- canvas_splits
- canvas_stripes
- canvas_strokes
- canvas_swirls
- canvas_tiles
- canvas_turmite
- canvas_watercolors
- title: "The Geometric collection"
desc: >
The Geometric collection implements algorithms that draw a geometric shape.
contents:
- canvas_diamonds
- canvas_function
- canvas_polylines
- canvas_ribbons
- canvas_segments
- canvas_squares
- title: "The Supervised collection"
desc: >
The Supervised collection is inspired by decision boundary plots in machine learning tasks.
contents:
- canvas_blacklight
- canvas_forest
- canvas_gemstone
- canvas_mosaic
- canvas_nebula
- title: "The Static collection"
desc: >
The Static collection implements images whose appearence are heavily influenced by the location and scale of the viewport.
contents:
- canvas_circlemap
- canvas_mandelbrot
- title: "Miscellaneous"
desc: >
Functions for working with output from the **aRtsy** package.
contents:
- saveCanvas
- theme_canvas
figures:
fig.width: 5
fig.height: 5