# NOT RUN {
# Use sample data for testing
df = sample_raw_accel_data
# Plot using default settings, due to pkgdown limitation, no interactive
# plots will be shown on the website page.
generate_interactive_plot(df,
y_label="Acceleration (g)")
# The function can be used to plot MIMS unit values as well
mims = mims_unit(df, dynamic_range=c(-8, 8))
generate_interactive_plot(mims,
y_label="MIMS-unit values",
value_cols=c(2))
# }
Run the code above in your browser using DataLab