plot.tidyga.Rd
Plot GA information
# S3 method for class 'tidyga' plot(x, ...)
A tidyga object
tidyga
currently ignored
A ggplot2::ggplot() object.
ggplot2::ggplot()
# \donttest{ x <- segment(DataCPSim, method = "ga-coen", maxiter = 5) #> Seeding initial population with probability: 0.0264598540145985 plot(x$segmenter) # }