Outputs a simple time series line plot of Oyster journey data that's been
cleaned with oy_clean
.
oy_lineplot( data, x_var = "datetime_start", y_var = "journey_duration", weekdays = FALSE, mode = "Train" )
data |
|
---|---|
x_var | The name of the variable from |
y_var | The name of the continuous variable from |
weekdays | Logical. |
mode | Currently restricted to |
A plot.