powered by
Extract length of underlying time series.
# S3 method for ctre length(x)
The ctre object containing the time series
# NOT RUN { library(magrittr) flares %>% ctre() %>% thin(k=200) %>% length() # }
Run the code above in your browser using DataLab