Description Usage Arguments Details Value Author(s) Examples
View source: R/r-utility-midbrk.R
This function finds break points in the middle between consecutive values contained in a numeric vector. It is used in examples presented in the book Cichosz, P. (2015): Data Mining Algorithms: Explained Using R. See Appendix B or http://www.wiley.com/go/data_mining_algorithms for more details.
| 1 | midbrk(v)
 | 
| v | a numeric vector | 
Breaks are identified as the middle points between every two consecutive
elements of v after sorting.
A vector of middle break points for v.
Pawel Cichosz <p.cichosz@elka.pw.edu.pl>
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.