time_plot.Rd
time_plot
time_plot(
x,
time,
color = "blue",
y_axis_name = "Value",
sun_rise_time = "6:00:00",
sun_set_time = "18:00:00",
time_gap = 12,
add_point = FALSE,
facet = FALSE
)
x
time
color
y_axis_name
should be 24 hour format, default "6:00:00"
should be 24 hour format, default "18:00:00"
time_gap
add_point
facet or not.
A ggplot2 object.
data("step_data", package = "laggedcor")
x = step_data$step
time = step_data$time
time_plot(x, time)