# NOT RUN {
# Use sample data for testing
df = sample_raw_accel_data
# Plot it with default settings
illustrate_signal(df)
# Plot with a different style
illustrate_signal(df, point_size=1, line_size=1)
# Turn off annotation lines
illustrate_signal(df, plot_maxed_out_line = FALSE, plot_origin = FALSE)
# Use title
illustrate_signal(df, plot_title=TRUE, title = "This is a title")
# }
Run the code above in your browser using DataLab