Package: rtsplot 0.1.5
Irina Kapler
rtsplot: Time Series Plot
A fast and elegant time series visualization package. In addition to the standard R plot types, this package supports candle sticks, open-high-low-close, and volume plots. Useful for visualizing any time series data, e.g., stock prices and technical indicators.
Authors:
rtsplot_0.1.5.tar.gz
rtsplot_0.1.5.tar.gz(r-4.5-noble)rtsplot_0.1.5.tar.gz(r-4.4-noble)
rtsplot_0.1.5.tgz(r-4.4-emscripten)rtsplot_0.1.5.tgz(r-4.3-emscripten)
rtsplot.pdf |rtsplot.html✨
rtsplot/json (API)
NEWS
# Install 'rtsplot' in R: |
install.packages('rtsplot', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://bitbucket.org/rtsvizteam/rtsplot
Last updated 1 years agofrom:b8f1e537f0. Checks:OK: 1 NOTE: 1. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 17 2024 |
R-4.5-linux | NOTE | Nov 17 2024 |
Exports:register.themertsplotrtsplot.candlertsplot.candle.colrtsplot.colorsrtsplot.corner.labelrtsplot.fake.stock.datartsplot.formatrtsplot.gridrtsplot.hlrtsplot.layoutrtsplot.legendrtsplot.linesrtsplot.matplotrtsplot.ohlcrtsplot.polygonrtsplot.scale.volumertsplot.stackedrtsplot.textrtsplot.themertsplot.theme.setrtsplot.volumertsplot.volume.colrtsplot.x.highlightrtsplot.y.highlightrtsplot2Y
Dependencies:curljsonlitelatticequantmodRColorBrewerTTRxtszoo
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Theme | register.theme rtsplot.colors rtsplot.theme rtsplot.theme.set |
`rtsplot` - Time series plot with base R Graphics. | rtsplot-package rtsplot |
Create Candle Plot | rtsplot.candle |
Bar Colors for Candle and Volume plots | rtsplot.candle.col rtsplot.volume.col |
Plot corner label | rtsplot.corner.label |
Generate fake stock data | rtsplot.fake.stock.data |
Format numbers using 1000 separator | rtsplot.format |
Add grid to time series plot | rtsplot.grid |
Create HL Plot | rtsplot.hl |
Create layout | rtsplot.layout |
Plot legend - shortcut to the 'legend' function | rtsplot.legend |
Add lines to time series plot | rtsplot.lines |
'matplot' version for 'xts' object | rtsplot.matplot |
Create OHLC Plot | rtsplot.ohlc |
Add polygon to time series plot | rtsplot.polygon |
Scale volume | rtsplot.scale.volume |
Create Stacked plot | rtsplot.stacked |
Add text to time series plot | rtsplot.text |
Plot volume | rtsplot.volume |
Highlight vertical segments | rtsplot.x.highlight |
Highlight horizontal segments | rtsplot.y.highlight |
Plot time series with second Y axis | rtsplot2Y |