Generate a Time panel Plot
getTimePlot.Rd
This function generates a time panel plot using the CohortContrast GUI object. It extracts necessary components from the ccObject and passes them to the `plot_time` 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")
getHeatmapPlot(ccObject)
} # }