plot.tidyga {tidychangepoint} | R Documentation |
Plot GA information
Description
Plot GA information
Usage
## S3 method for class 'tidyga'
plot(x, ...)
Arguments
x |
A |
... |
currently ignored |
Value
A ggplot2::ggplot()
object.
Examples
x <- segment(DataCPSim, method = "ga-coen", maxiter = 5)
plot(x$segmenter)
[Package tidychangepoint version 1.0.0 Index]