Learn R Programming

FinCal (version 0.6.3)

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

Description

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

Usage

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

Run this code
# google <- get.ohlc.yahoo("GOOG");
# volumeChart(google)
# apple <- get.ohlc.google("AAPL");
# volumeChart(apple)

Run the code above in your browser using DataLab