Description Usage Arguments Details Value Examples
Decluster a time series by forming clusters and returning only cluster maximums
1  | 
complete_series | 
 (numeric vector) The time series.  | 
obs_times | 
 (numeric vector or NULL) If NULL, ignored; otherwise, the
observed times of the values in   | 
Clusters are formed by sequential observations above the series mean value. All observations below the mean value are discarded. Cluster maximums are returned.
An S3 object of class declustered_series with components
$declustered_seriesThe cluster maximums.
$declustered_timesIf obs_times is non NULL, the
observed times of the cluster maximums; otherwise NULL.
1 2 3  | complete_series <- -jp1tap1715wind270$value
declustered_obs <- decluster(complete_series)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.