-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
83 lines (71 loc) · 1.89 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
home:
strip_header: true
navbar:
type: default
left:
- text: Articles
menu:
- text: A Grammar of Interactive Graphics
href: articles/grammarOfInteractiveGraphics.html
- text: Linking
href: articles/linking.html
- text: Pipes
href: articles/pipes.html
- text: ggplots to loon plots
href: articles/ggplot2loon.html
- text: loon plots to ggplots
href: articles/loon2ggplot.html
- text: There and back again
href: articles/thereAndBackAgain.html
- text: Reference
href: reference/index.html
- text: Changelog
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/great-northern-diver/loon.ggplot
development:
mode: release
destination: ./docs/
reference:
- title: An Interactive Grammar of Graphics
desc: Functions and additive clauses that extend the `ggplot` grammar of graphics to interactive visualization.
contents:
- l_ggplot
- linking
- hover
- selection
- active
- zoom
- interactivity
- gg_pipe
- title: The loon <-> ggplot duality
desc: The bridge -- static `ggplots` to interactive `loon` plots and interactive `loon` plots to elegant `ggplot`s. `l_ggplot`s `print()` as `loon` plots and `plot()` as `ggplot`s.
contents:
- loon.ggplot
- l_ggplot
- print.l_ggplot
- is.l_ggplot
- subtitle: From loon plots to ggplots
contents:
- loon.ggplot
- loon2ggplot
- g_getLocations
- g_getPlots
- subtitle: From ggplots to loon plots
contents:
- loon.ggplot
- ggplot2loon
- get_activeGeomLayers
- title: Utilities
desc: Some useful functions for the transformation
contents:
- gg_pipe
- scaleBox
- scale_multi
- layout_coords
- get_scaledData
- is.CoordPolar
- Cartesianxy2Polarxy
- loonLayer
- l_getSubtitles