volumeChart: Technical analysts - Volume charts: show each period's volume...

Description Usage Arguments See Also Examples

Description

Technical analysts - Volume charts: show each period's volume as a vertical line

Usage

1
volumeChart(ohlc, main = "", ...)

Arguments

ohlc

output from get.ohlc.yahoo or get.ohlc.google

main

an overall title for the plot

...

Arguments to be passed to ggplot

See Also

get.ohlc.yahoo

get.ohlc.google

Examples

1
2
3
4
# google <- get.ohlc.yahoo("GOOG");
# volumeChart(google)
# apple <- get.ohlc.google("AAPL");
# volumeChart(apple)

FinCal documentation built on May 2, 2019, 1:29 p.m.