plot_data {cohortBuilder} | R Documentation |
For specified filter the method calls filter-related plot method to present data.
plot_data(x, step_id, filter_id, ..., state = "post")
x |
Cohort object. |
step_id |
Id of step in which the filter was defined.. |
filter_id |
Filter id. |
... |
Another parameters passed to filter plotting method. |
state |
Generate plot based on data before ("pre") or after ("post") filtering. |
Filter-specific plot.