length.ctre: Get length of underlying time series

Description Usage Arguments Examples

View source: R/extract.R

Description

Extract length of underlying time series.

Usage

1
2
## S3 method for class 'ctre'
length(x)

Arguments

x

The ctre object containing the time series

Examples

1
2
  library(magrittr)
  flares %>% ctre() %>% thin(k=200) %>% length()

CTRE documentation built on May 2, 2019, 9:34 a.m.