cb_plot_filters {cloudos} | R Documentation |
Plot filters
Description
Get a list of ggplot objects, each plot having one filter.
Usage
cb_plot_filters(cohort)
Arguments
cohort |
A cohort object. (Required)
See constructor function |
Value
A list of ggplot objects
Examples
## Not run:
my_cohort <- cb_load_cohort(cohort_id = "5f9af3793dd2dc6091cd17cd")
plot_list <- cb_plot_filters(cohort = my_cohort)
plot_list[[1]]
library(ggpubr)
ggpubr::ggarrange(plotlist = plot_list)
## End(Not run)
[Package cloudos version 0.4.0 Index]