Learn R Programming

cohortBuilder (version 0.3.0)

plot_data: 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")

Value

Filter-specific plot.

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.

See Also

cohort-methods