-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
63 lines (54 loc) · 1.47 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
template:
package: DrWhyTemplate
default_assets: false
reference:
- title: "Linecharts"
desc: >
Functions generating linecharts. Use them to visualize time series data.
- contents:
- starts_with("line_chart")
- title: "Horizontal barcharts"
desc: "Functions generating bracharts. Use them to visualize structure."
- contents:
- starts_with("bar_chart")
- title: "Columncharts"
desc: "Functions generating columncharts. Use them to visualize time series data"
- contents:
- starts_with("column_chart")
- title: "Scatter and bubble plots"
desc: "Functions generating scatter and bubble plots. Use them to visualize data in 2, 3 or even 4 dimensions"
- contents:
- scatter_plot
- title: "Groupping charts"
decs: "Functions for making groups of charts organized in grid"
- contents:
- join_charts
- facet_chart
- title: "Utility functions"
desc: "Functions for other utilities, not for generating charts"
- contents:
- starts_with('SVG')
- starts_with('set')
- reset_margins
- restore_defaults
- add_title
- parse_time_series
- title: "Implemented S3 generics"
- contents:
- print.tidychart
- knit_print.tidychart
figures:
dev: ragg::agg_png
dpi: 96
dev.args: []
fig.ext: png
fig.width: 7.2916667
fig.height: ~
fig.retina: 2
fig.asp: 1.618
bg: NA
repo:
url:
home: https://github.com/MI2DataLab/tidycharts/
source: https://github.com/MI2DataLab/tidycharts/blob/main/
issue: https://github.com/MI2DataLab/tidycharts/issues/