plot.tidyga | R Documentation |
Plot GA information
## S3 method for class 'tidyga'
plot(x, ...)
x |
A |
... |
currently ignored |
A ggplot2::ggplot()
object.
x <- segment(DataCPSim, method = "ga-coen", maxiter = 5)
plot(x$segmenter)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.