View source: R/rfm-plots-data.R
| rfm_heatmap_data | R Documentation | 
Data for generating heatmap.
rfm_heatmap_data(rfm_table)
| rfm_table | An object of class  | 
# using transaction data
analysis_date <- as.Date('2006-12-31')
rfm_order <- rfm_table_order(rfm_data_orders, customer_id, order_date,
revenue, analysis_date)
# heat map data
rfm_heatmap_data(rfm_order)
# using customer data
analysis_date <- as.Date('2007-01-01')
rfm_customer <- rfm_table_customer(rfm_data_customer, customer_id,
number_of_orders, recency_days, revenue, analysis_date)
# heat map data
rfm_heatmap_data(rfm_customer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.