Enrico Schumann
plotseries
Time-Series Plots
Plot the time-series of a portfolio value or stock price. The aim is to provide high-quality, informative, but uncluttered graphics. Multiple series can be aggregated into fanplots, the code for which is based on chapter 15 of "Numerical Methods and Optimization in Finance", second edition, by M. Gilli, D. Maringer and E. Schumann (2019, ISBN:978-0128150658). Also supported is plotting streaks, i.e. periods of uninterrupted up or down movement.
Version: 0.2-0 (2020-02-13)
source files manual NEWS ChangeLog GitLab/GitHub
Vignettes
Example for plotseriesTo install the package from a running R session, type:
install.packages('plotseries', repos = c('http://enricoschumann.net/R', getOption('repos')))