powered by
Plots (1) the price over time, (2) volume traded over time for a given interval, and (3) number of transactions over time for a given interval.
plotDescTrans(trans, windowunit = "hours", window = 1)
a data.frame with the column 'time', 'price', and 'volume'. Currently only works if all of those are available.
the unit of the time interval. One of "secs", "mins", "hours", or "days".
a positive integer giving the length of the interval.
if (FALSE) { plotDescTrans(transData, windowunit = "hours", window = 1)}
Run the code above in your browser using DataLab