unique | R Documentation |
Removes duplicate entries from a crops result. A duplicate entry is one having the same number of changepoints as another entry.
Note that the changepoint locations and the associated penalty and cost values are not taken into consideration. The unique
function can be useful
for simplifying plots and the details produced by segmentations
.
## S4 method for signature 'crops.class' unique(x)
x |
An instance of an S4 class produced by |
An instance of the S4 class type crops.class
. This is the same type as produced by the crops
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.