Lift.plot: Aggregate Lift plot function for GeoLift.

View source: R/plots.R

Lift.plotR Documentation

Aggregate Lift plot function for GeoLift.

Description

[Stable]

Aggregate Lift plot function for GeoLift.

Usage

Lift.plot(
  GeoLift,
  treatment_end_date = NULL,
  frequency = "daily",
  plot_start_date = NULL,
  title = "",
  subtitle = "",
  notes = "",
  post_treatment_periods = 0,
  ...
)

Arguments

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

Value

Aggregate Lift plot.


facebookincubator/GeoLift documentation built on May 31, 2024, 10:09 a.m.