View source: R/plotDescTrans.R
plotDescTrans | R Documentation |
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)
trans |
a data.frame with the column 'time', 'price', and 'volume'. Currently only works if all of those are available. |
windowunit |
the unit of the time interval. One of "secs", "mins", "hours", or "days". |
window |
a positive integer giving the length of the interval. |
## Not run:
plotDescTrans(transData, windowunit = "hours", window = 1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.