Last data update: 2014.03.03

R: Helper function for wp_trend that transforms a time span into...
wp_expand_tsR Documentation

Helper function for wp_trend that transforms a time span into a series of months

Description

Helper function for wp_trend that transforms a time span into a series of months

Usage

wp_expand_ts(from, to, by)

Arguments

from

start of timespan

to

end of timespan

by

in which time unit expansion should take place: "day", "month", "year"

Results