Lift.plot | R Documentation |
Aggregate Lift plot function for GeoLift.
Lift.plot(
GeoLift,
treatment_end_date = NULL,
frequency = "daily",
plot_start_date = NULL,
title = "",
subtitle = "",
notes = "",
post_treatment_periods = 0,
...
)
GeoLift |
GeoLift object. |
treatment_end_date |
Character that represents a date in year-month=day format. |
frequency |
Character that represents periodicity of time stamps. Can be either weekly or daily. Defaults to daily. |
plot_start_date |
Character that represents initial date of plot in year-month-day format. |
title |
String for the title of the plot. Empty by default. |
subtitle |
String for the subtitle of the plot. Empty by default. |
notes |
String to add notes to the plot. Empty by default. |
post_treatment_periods |
Number of post-treatment periods. Zero by default. |
... |
additional arguments |
Aggregate Lift plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.