tsvalue: Value of a time series at a date

View source: R/utils.R

tsvalueR Documentation

Value of a time series at a date

Description

tsvalue select a value from a time series by date.

Usage

tsvalue(x, date)

Arguments

x

an ts object.

date

the time of the specific observation, c(year, month/quarter).

Value

The value of the observation, double.


tfarima documentation built on May 20, 2022, 5:06 p.m.