Filter specified rows from plot_dat objects.
filter_plot_dat.RdFilter specified rows from plot_dat objects.
Usage
filter_plot_dat(
  plot_dat,
  filter_statement,
  list_elements = c("plot_lines", "plot_points", "plot_background_lines", "plot_braces")
)Arguments
- plot_dat
- A list of data.frames prepared by - prep_lineplot().
- filter_statement
- Character string containing a logical expression for filtering specific rows in all data.frames in the list when possible. Write - dat$column_nameto specify the wanted columns.
- list_elements
- Character vector with the names of the list objects you want to filter in. Defaults to - c("plot_lines", "plot_points", "plot_background_lines", "plot_braces").