-
Notifications
You must be signed in to change notification settings - Fork 10
/
_pkgdown.yml
85 lines (76 loc) · 1.79 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
# template:
# package: tidytemplate
navbar:
title: "jaspGraphs"
left:
- text: "Functions"
href: reference/index.html
- text: "Other Packages"
menu:
- text: "jaspResults"
href: https://vandenman.github.io/jaspResults
- text: "jaspBase"
- text: "QML"
href: https://github.com/jasp-stats/jasp-desktop/blob/development/Docs/development/jasp-qml-guide.md
reference:
- title: Complete Plots
contents:
- drawBFpizza
- JASPScatterPlot
- PlotPriorAndPosterior
- PlotRobustnessSequential
- plotPieChart
- plotQQnorm
- descriptivesPlot
- jaspHistogram
- title: Geoms
contents:
- geom_aligned_text
- geom_point
- geom_line
- geom_rangeframe
- geom_abline2
- title: Themes
desc: >
Complete themes. Best is to make these available through a dropdown
contents:
- themeApaRaw
- themeJaspRaw
- themePubrRaw
- getEmptyTheme
- title: Global Graph Options
desc: >
list of options to modify plot settings (e.g., the theme) globally
contents:
- graphOptions
- title: Color Palettes
contents:
- JASPcolors
- title: Miscellaneous
contents:
- getPrettyAxisBreaks
- parseThis
- axesLabeller
- getAxisBreaks
- hypothesis2BFtxt
- plotEditing
- plotEditingOptions
- scale_x_continuous
- getBFSubscripts
- title: jaspGraphsPlot
desc: >
An R6 wrapper around multiple ggplot2 objects to postpone drawing of a figure.
This is mainly necessary because composed ggplot2 objects typically becomes grobs
which cannot be edited at the moment.
contents:
- jaspGraphsPlotMethods
- ggMatrixPlot
- title: Deprecated
desc: >
Do not use, and please remove these functions wherever you see they are used.
contents:
- drawAxis
- drawLines
- drawPoints
- drawSmooth
- themeJasp