Learn R Programming

CTRE (version 0.1.0)

length.ctre: Get length of underlying time series

Description

Extract length of underlying time series.

Usage

# S3 method for ctre
length(x)

Arguments

x

The ctre object containing the time series

Examples

Run this code
# NOT RUN {
  library(magrittr)
  flares %>% ctre() %>% thin(k=200) %>% length()
# }

Run the code above in your browser using DataLab