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()

strakaps/CTRE documentation built on Sept. 12, 2021, 6:12 p.m.