rfm_rm_plot | R Documentation |
Examine the relationship between recency, frequency and monetary values.
rfm_rm_plot(
segments,
xaxis_label = NULL,
yaxis_label = NULL,
plot_title = NULL,
print_plot = TRUE
)
rfm_fm_plot(
segments,
xaxis_label = NULL,
yaxis_label = NULL,
plot_title = NULL,
print_plot = TRUE
)
rfm_rf_plot(
segments,
xaxis_label = NULL,
yaxis_label = NULL,
plot_title = NULL,
print_plot = TRUE
)
segments |
Output from |
xaxis_label |
X axis label. |
yaxis_label |
Y axis label. |
plot_title |
Title of the plot. |
print_plot |
logical; if |
Scatter plot.
rfm_rm_plot()
, rfm_fm_plot()
and rfm_rf_plot()
have
been deprecated and will be made defunct. These functions have been provided
for compatibility with older versions only, and will be made defunct at the
next release.
Instead use the replacement function rfm_plot_segment_scatter()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.