-
Notifications
You must be signed in to change notification settings - Fork 28
/
_pkgdown.yml
99 lines (82 loc) · 2.04 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
url: https://rfm.rsquaredacademy.com
template:
bootstrap: 5
authors:
Aravind Hebbali:
href: https://www.aravindhebbali.com
templates:
params:
bootswatch: cerulean
navbar:
title: 'rfm'
type: inverse
left:
- text: 'Home'
href: index.html
- text: 'Guides'
menu:
- text: 'RFM - Introduction'
href: articles/rfm-introduction.html
- text: 'Reference'
href: reference/index.html
- text: 'News'
menu:
- text: Blog
href: https://blog.rsquaredacademy.com/customer-segmentation-using-rfm-analysis/
- text: Version 0.2.1
href: https://blog.rsquaredacademy.com/rfm-0-2-1/
- text: Version 0.2.0
href: https://blog.rsquaredacademy.com/introducing-rfm/
- text: Change log
href: news/index.html
right:
- icon: fa-github
href: https://github.com/rsquaredacademy/rfm
home:
links:
- text: Our R packages
href: https://pkgs.rsquaredacademy.com
- text: Read our blog
href: https://blog.rsquaredacademy.com
- text: Our ebooks
href: https://ebooks.rsquaredacademy.com
- text: Online courses
href: https://www.rsquaredacademy.com
reference:
- title: Shiny App
contents:
- rfm_launch_app
- title: Segmentation Report
contents:
- rfm_create_report
- title: RFM Table
contents:
- rfm_table_order
- rfm_table_customer
- rfm_table_customer_2
- title: Segmentation
contents:
- rfm_segment
- rfm_segment_summary
- rfm_plot_segment
- rfm_plot_segment_summary
- rfm_plot_segment_scatter
- rfm_plot_revenue_dist
- rfm_plot_median_recency
- title: Plots
contents:
- rfm_plot_heatmap
- rfm_plot_bar_chart
- rfm_plot_histogram
- rfm_plot_order_dist
- rfm_fm_plot
- rfm_rf_plot
- rfm_rm_plot
- title: Plot Data
contents:
- rfm_heatmap_data
- rfm_barchart_data
- title: Data
contents:
- rfm_data_orders
- rfm_data_customer