-
Notifications
You must be signed in to change notification settings - Fork 5
/
_pkgdown.yml
55 lines (55 loc) · 1.38 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
reference:
- title: "'ordr' package"
desc: >
A unified framework for ordination objects and biplot methods using tidy
principles
contents:
- '`ordr`'
- title: "Functions, classes, and methods"
desc: >
Introducing and adapting ordination techniques for the **ordr** workflow
contents:
- ends_with("-ord")
- title: "Data sets"
desc: >
Additional data sets used to illustrate ordination techniques
contents:
- '`glass`'
- '`qswur_usa`'
- title: "Tidy ordination"
desc: >
The 'tbl_ord' class wrapper, with methods for accessing components and for
querying and manipulating metadata
contents:
- '`recoverers`'
- '`augmentation`'
- '`tidiers`'
- '`annotation`'
- '`negation`'
- '`conference`'
- '`supplementation`'
- '`tbl_ord`'
- 'format.tbl_ord'
- 'plot.tbl_ord'
- '`dplyr-verbs`'
- 'ordinate'
- title: "Layered grammar for biplots"
desc: >
Functions to generate and annotate biplots from 'tbl_ord' objects, following
the layered grammar of graphics
contents:
- '`ggbiplot`'
- 'stat_rows'
- has_concept("stat layers")
- '`geom_origin`'
- '`geom_unit_circle`'
- has_concept("geom layers")
- starts_with("theme_")
- '`draw-key`'
- 'ordr-ggproto'
- has_concept("biplot layers")
- title: "Class methods"
desc: >
Recovery and augmentation methods for ordination model classes
contents:
- starts_with("methods-")