Learn R Programming

tolBasis (version 1.0)

Sdating: Serie Dating

Description

Obtains the dating of a time-series.

Usage

Sdating(s)

Arguments

s
a Serie object

Value

a Dating object

See Also

See also Dating

Examples

Run this code
s <- Serie(rnorm(12), Monthly, as.Date(ymd("2001-01-01")))
Sdating(s)

Run the code above in your browser using DataLab