This is a convenience function to visualize x ranges with gray vertical boxes in a plot (typically one generated by iso_plot_data
) by specifying a simple filter condition. Considers the facet variables (if any are set) to evaluate the condition within each panel.
iso_mark_x_range(p, condition, color = NA, fill = "gray", alpha = 0.25)
p | a ggplot object, typically generated by |
---|---|
condition | any filter expression to identify x ranges to mark |
color | color of the shading boxes |
fill | fill of the shading boxes |
alpha | alpha of the shading boxes |
Other plot functions:
iso_mark_calibration_range()
,
iso_mark_outliers()
,
iso_mark_value_range()
,
iso_plot_continuous_flow_data()
,
iso_plot_data()
,
iso_plot_dual_inlet_data()
,
iso_plot_raw_data()
,
iso_plot_ref_peaks()
,
iso_plot_residuals()
,
iso_plot_scan_data()
,
iso_prepare_continuous_flow_plot_data()
,
iso_prepare_dual_inlet_plot_data()
,
iso_prepare_scan_plot_data()