plot.tidyga: Plot GA information

View source: R/pkg-GA.R

plot.tidygaR Documentation

Plot GA information

Description

Plot GA information

Usage

## S3 method for class 'tidyga'
plot(x, ...)

Arguments

x

A tidyga object

...

currently ignored

Value

A ggplot2::ggplot() object.

Examples


x <- segment(DataCPSim, method = "ga-coen", maxiter = 5)
plot(x$segmenter)


tidychangepoint documentation built on April 4, 2025, 4:31 a.m.