candles {apexcharter} | R Documentation |
Candlestick demo data
Description
Candlestick demo data
Usage
candles
Format
A data frame with 60 observations and the following 5 variables:
datetime
Timestamp.
open
Open value.
high
Highest value.
low
Lowest value.
close
Close value.
Source
Apexcharts (https://apexcharts.com/javascript-chart-demos/candlestick-charts/basic/)
[Package apexcharter version 0.4.3 Index]