-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
executable file
·59 lines (57 loc) · 1.32 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
authors:
Steffen Ehrmann:
href: https://orcid.org/0000-0002-2958-0796
title: geometr
url: http://EhrmannS.github.io/geometr
development:
mode: release
reference:
- title: geometries
desc: functions to create geometric objects parametrically or by sketching them
contents:
- geo_point
- geo_line
- geo_polygon
- geo_grid
- geo_random
- geo_tiles
- geo_voronoi
- title: geom modifier tools
desc: functions that modify geometric objects of all supported classes
contents:
- geo_filter
- geo_locate
- geo_pull
- geo_reflect
- geo_rotate
- geo_scale
- geo_sketch
- geo_skew
- geo_stretch
- geo_translate
- title: visualise
desc: plot geometric objects
contents:
- visualise
- setTheme
- title: classes
desc: new classes that come with this package
contents:
- geom-class
- geoTheme-class
- title: example data
desc: data that are used throughout the documentation
contents:
- geoms
- clocaenog
navbar:
left:
- text: "Get Started"
href: articles/geometr.html
- text: "Reference"
href: reference/index.html
- text: "Changelog"
href: news/index.html
right:
- icon: fa-github
href: https://github.com/EhrmannS/geometr