plot_data {cohortBuilder} | R Documentation |
Plot filter related Cohort data.
Description
For specified filter the method calls filter-related plot method to present data.
Usage
plot_data(x, step_id, filter_id, ..., state = "post")
Arguments
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. |
Value
Filter-specific plot.
See Also
[Package cohortBuilder version 0.2.0 Index]