Last data update: 2014.03.03

R: Dates of a Serie
SdatesR Documentation

Dates of a Serie

Description

Obtain the dates of a time series.

Usage

Sdates(s)

Arguments

s

a Serie object

Value

a vector of dates

Examples

s <- Serie(rnorm(12), Monthly, Date(2015))
Sdates(s)

Results