Description
Financial Time Series Objects (Rmetrics).
Description
'S4' classes and various tools for financial time series: Basic functions such as scaling and sorting, subsetting, mathematical operations and statistical functions.
README.md
The R package 'timeSeries' provides a time series class and tools for creation, import, manipulation, statistical and financial computations on time series.
Package timeSeries
is part of the Rmetrics suite of R packages and is developed on R-forge at timeSeries. The root of Rmetrics is at R-forge.
Installing timeSeries
Install the latest stable version of timeSeries
from CRAN:
install.packages("timeSeries")
You can install the development version of timeSeries
from R-forge:
install.packages("timeSeries", repos = "http://R-Forge.R-project.org")
To report bugs visit Rmetrics.
Documentation
You can view the documentation of timeSeries
at timeSeriesDoc (an web site produce with pkgdown) or download the reference manual of the latest release from CRAN. There is also a large vignette on plots.