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.


gallegoj/tfarima documentation built on March 31, 2024, 10:32 a.m.