plotTrades {obAnalytics} | R Documentation |
plotTrades.
Description
A convenience function for plotting the trades data.frame in a nice way.
Usage
plotTrades(trades, start.time = min(trades$timestamp),
end.time = max(trades$timestamp))
Arguments
trades |
|
start.time |
Plot from. |
end.time |
Plot to. |
Author(s)
phil
Examples
with(lob.data, plotTrades(trades))
[Package obAnalytics version 0.1.1 Index]