Skip to content

Commit a00c595

Browse files
committed
Revert other accidental changes
1 parent 14c2f68 commit a00c595

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

_pkgdown.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ reference:
8282
- stat_summary_bin
8383
- stat_unique
8484
- stat_sf_coordinates
85-
- stat_manual
86-
- stat_connect
8785
- after_stat
8886

8987
- subtitle: Position adjustment
@@ -106,7 +104,7 @@ reference:
106104
- annotation_logticks
107105
- annotation_map
108106
- annotation_raster
109-
- annotation_borders
107+
- borders
110108

111109
- title: Aesthetics
112110
desc: >
@@ -180,15 +178,14 @@ reference:
180178
The coordinate system determines how the `x` and `y` aesthetics combine
181179
to position elements in the plot. The default coordinate system is
182180
Cartesian (`coord_cartesian()`), which can be tweaked with `coord_map()`,
183-
`coord_fixed()`, `coord_flip()`, and `coord_transform()`, or completely
181+
`coord_fixed()`, `coord_flip()`, and `coord_trans()`, or completely
184182
replaced with `coord_polar()`.
185183
contents:
186184
- coord_cartesian
187185
- coord_fixed
188186
- coord_flip
189187
- coord_map
190188
- coord_polar
191-
- coord_transform
192189
- coord_trans
193190

194191
- title: Themes
@@ -202,7 +199,6 @@ reference:
202199
- theme
203200
- theme_bw
204201
- theme_update
205-
- subtheme
206202
- element_line
207203
- margin
208204

0 commit comments

Comments
 (0)