Runs several detectors on the same data and returns a faceted or overlaid
ggplot comparison. Respects future::plan() for parallel execution
if the future.apply package is available.
Arguments
- x
A numeric vector (the data series).
- methods
Character vector of method names (passed to
cpt_detect).- layout
Layout type.
"facet"(default) shows one panel per method;"overlay"draws all changepoints in one panel, colour-coded.- change_in
What to detect change in. Passed to each detector.
- seed
Optional seed for reproducible parallelism. Passed to
future.apply::future_lapply()asfuture.seed.- ...
Additional arguments passed to each detector.

