Skip to contents

Plot GA information

Usage

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

Arguments

x

A tidyga object

...

currently ignored

Value

A ggplot2::ggplot() object.

Examples

# \donttest{
x <- segment(DataCPSim, method = "ga-coen", maxiter = 5)
#> Seeding initial population with probability: 0.0155109489051095
plot(x$segmenter)

# }