Learn R Programming

tidychangepoint (version 1.0.0)

plot.tidyga: Plot GA information

Description

Plot GA information

Usage

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

Value

A ggplot2::ggplot() object.

Arguments

x

A tidyga object

...

currently ignored

Examples

Run this code
# \donttest{
x <- segment(DataCPSim, method = "ga-coen", maxiter = 5)
plot(x$segmenter)
# }

Run the code above in your browser using DataLab