Description Details Author(s) Examples
Provide tools to generate time series
Package: | tsgen |
Type: | Package |
Version: | 1.0 |
Date: | 2012-05-05 |
License: | MIT |
~~ An overview of how to use the package, including the most important ~~ ~~ functions ~~
Claudio Duarte, Joao Daniel
Maintainer: Joao Daniel <jdanielnd@gmail.com> ~~ The author and/or maintainer of the package ~~
1 2 3 4 5 | set.seed(123)
kp <- c(100,110,140,120,90)
bs <- basic.series(kp, start=c(2008,1))
bss <- add.season(bs)
add.price(bss, -2, random.price=TRUE, 2, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.