# NOT RUN {
# Use the maxed-out data for the conceptual diagram
df = conceptual_diagram_data[
conceptual_diagram_data['GRANGE'] == 2,
c("HEADER_TIME_STAMP", "X")]
# Plot extrapolation illustration using default settings
illustrate_extrapolation(df, dynamic_range=c(-2,2))
# Do not show neighbor points
illustrate_extrapolation(df, dynamic_range=c(-2,2), show_neighbors=FALSE)
# Do not show extrapolated points and lines
illustrate_extrapolation(df,
dynamic_range=c(-2,2),
show_extrapolated_points_and_lines=FALSE)
# }
Run the code above in your browser using DataLab