forked from Open-Systems-Pharmacology/TLF-Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
106 lines (100 loc) · 2.81 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
url: https://www.open-systems-pharmacology.org/TLF-Library/
template:
bootstrap: 5
development:
mode: devel
reference:
- title: "Atom Plots"
desc: "Functions for creating base plots"
contents:
- has_concept("atom plots")
- title: "Molecule Plots"
desc: "Functions for creating advanced plots"
contents:
- has_concept("molecule plots")
- title: "Updating Plots"
desc: "Functions for updating plot properties"
contents:
- starts_with("setBackground")
- starts_with("setCaption")
- starts_with("setLegend")
- starts_with("setPlot")
- starts_with("setX")
- starts_with("setY")
- matches("setGrid")
- matches("addWatermark")
- matches("createWatermarkGrob")
- matches("setWatermark")
- starts_with("update")
- starts_with("get")
- matches("geomTLFPoint")
- title: "PlotConfiguration Classes"
desc: "Classes defining plot properties"
contents:
- has_concept("PlotConfiguration classes")
- ends_with("Label")
- matches("Font")
- title: "DataMapping Classes"
desc: "Classes defining what data to plot"
contents:
- has_concept("DataMapping classes")
- matches("getLinesFromFoldDistance")
- title: "Summary and Aggregation Helpers"
desc: "Classes, functions and objects summarizing data"
contents:
- has_concept("stat functions")
- starts_with("Aggregation")
- ends_with("Measure")
- matches("isBetween")
- starts_with("getGuestValues")
- title: "Enum Helpers"
desc: "Enums listing available values for specific properties"
contents:
- has_concept("enum helpers")
- title: "Shiny Apps"
desc: "Shiny applications"
contents:
- has_concept("shiny apps")
- title: "Themes"
desc: "Functions and classes defining default plot properties."
contents:
- ends_with("Theme")
- starts_with("Theme")
- matches("saveThemeToJson")
- matches("loadThemeFromJson")
- matches("runThemeMaker")
- title: "Default Settings"
desc: "Functions defining default package settings."
contents:
- starts_with("setDefault")
- starts_with("getDefault")
- title: "Exporting Plots"
desc: "Functions for saving and exporting plots."
contents:
- starts_with("export")
navbar:
components:
articles:
text: Articles
menu:
- text: "Primary Plots"
- text: Atom Plots
href: atom-plots
- text: Box-Whisker Plots
href: box-whisker-vignette
- text: Histogram Plots
href: histogram
- text: PK Ratio Plots
href: pk-ratio-vignette
- text: Time Profile Plots
href: plot-time-profile
- text: ——–
- text: "Plot configuration"
- text: Introduction to PlotConfiguration objects
href: plot-configuration
- text: ——–
- text: "Shiny apps"
- text: Run Shiny App to Create Plots
href: plot-maker
- text: Run Shiny App to Create Themes
href: theme-maker