powered by
Plotting the empirical processes, the success probabilities and breakpoints estimated by the multiple_breakpoints function
# S3 method for mBP plot(x, ask=TRUE, ...)
The result of a call to multiple_breakpoints
logical value. If TRUE (and the R session is interactive) the user is asked for input, before a new figure is drawn (see devAskNewPage).
TRUE
devAskNewPage
Further arguments are currently ignored. Only for compatibility with generic functions.
froelichMultipleBreakpoints
# NOT RUN { mBP <- multiple_breakpoints(matrix(c(sort(rnorm(2000)), rbinom(1000, 1, 0.2), rbinom(1000, 1, 0.6)), ncol = 2)) plot(mBP) # }
Run the code above in your browser using DataLab