-
Notifications
You must be signed in to change notification settings - Fork 4
/
ggforce_pkgdown.yml
125 lines (119 loc) · 3.65 KB
/
ggforce_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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
destination: docs
url: https://ggforce.data-imaginist.com
authors:
Thomas Lin Pedersen:
href: https://data-imaginist.com
template:
params:
bootswatch: sandstone
navbar:
left:
- icon: fa-home fa-lg
href: index.html
- text: Reference
href: reference/index.html
- text: News
menu:
- text: "Release notes"
- text: "Version 0.3.0"
href: https://www.data-imaginist.com/2019/a-flurry-of-facets/
- text: "Version 0.2.0"
href: https://www.data-imaginist.com/2019/the-ggforce-awakens-again/
- text: "Version 0.1.0"
href: https://www.data-imaginist.com/2016/announcing-ggforce/
- text: "------------------"
- text: "Change log"
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/thomasp85/ggforce
reference:
- title: "Shapes"
desc: >
Shapes are, in essence, anything with volume. These geoms allow you to
draw differnt types of parameterised shapes, all taking advantage of the
benefit of the `geom_shape` improvements to `geom_polygon`.
contents:
- geom_shape
- geom_circle
- geom_ellipse
- geom_regon
- geom_arc_bar
- geom_bspline_closed
- geom_diagonal_wide
- geom_parallel_sets
- geom_voronoi_tile
- title: "Lines"
desc: >
The different line geoms are all parameterised versions of different line
types, greatly easing your pain when needing a special type of stroke.
Many of them have several versions depending on whether you want to show
gradients along the lines, interpolate between endpoint aesthetics, or
simply have a barebone version.
contents:
- geom_link
- geom_arc
- geom_bezier
- geom_bspline
- geom_diagonal
- geom_spiro
- geom_voronoi_segment
- title: "Annotation"
desc: >
Annotation is important for storytelling, and ggforce provides a family of
geoms that makes it easy to draw attention to, and describe, features of
the plot. They all work in the same way, but differ in the way they
enclose the area you want to draw attention to.
contents:
- geom_mark_rect
- geom_mark_circle
- geom_mark_ellipse
- geom_mark_hull
- title: "Facets"
desc: >
Facets are one of the greatest things in ggplot2, and ggforce comes with
more of the awesomeness, both with variants of `facet_grid` and
`facet_wrap`, as well as completely new takes on faceting.
contents:
- facet_matrix
- facet_zoom
- facet_row
- facet_wrap_paginate
- facet_grid_paginate
- facet_stereo
- title: "Scales"
desc: >
While separate packages comes with different palettes for already
established scales, ggforce provides two completely new ones.
contents:
- scale_x_unit
- scale_depth
- title: "Transformations"
desc: >
Transformations can both be used to transform scales and coordinate
systems but can also be used more broadly for describing specific types of
spatial transformation of data.
contents:
- trans_reverser
- power_trans
- radial_trans
- linear_trans
- title: "Misc"
desc: >
ggforce contains an assortment of various stuff that doesn't fit into a
bigger bucket. That doesn't make it any less useful.
contents:
- geom_sina
- geom_autopoint
- geom_autodensity
- label_tex
- stat_err
- position_auto
- position_jitternormal
- gather_set_data
- n_pages
- theme_no_axes
- ggforce-package
- ggforce-extensions
figures:
dev: grDevices::png