removeConsecutiveDuplicates | R Documentation |
Remove consecutive duplicates within a time series.
removeConsecutiveDuplicates(spreadValues)
spreadValues |
a vector of binned paleoData_values |
a matrix vector
removeConsecutiveDuplicates(c(1, 1, 2, 3, 3, 3, 4, 4, 5, 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.