powered by
Sampling Times of Time Series
Extract event times from a ctre object.
ctre
time(x, ...)# S3 method for ctre time(x, ...)
# S3 method for ctre time(x, ...)
A time series or ctre object
Extra arguments for future methods
A numeric vector of event times, or a time series.
time.ctre
# NOT RUN { library(magrittr) seaquakes %>% ctre() %>% thin(k=200) %>% time() # }
Run the code above in your browser using DataLab