Generate a Prevalence Plot
getPrevalencePlot.Rd
This function generates a prevalence plot using the CohortContrast GUI object. It extracts necessary components from the ccObject and passes them to the `plot_prevalence` function to generate the plot.
Examples
if (FALSE) { # \dontrun{
# Assuming `ccObject` (visual snapshot) is already created via CohortContrast GUI
ccObject <- readRDS("./visual_snapshots/CohortContrastDataVisualSnapshot.rds")
getPrevalencePlot(ccObject)
} # }