stock: Stock plot

Description Usage Examples

View source: R/stock.R

Description

Stock plot

Usage

1
2
3
4
5
6
7
8
9
stock(
  gWidget,
  width = NULL,
  height = NULL,
  open = "open",
  close = "close",
  high = "high",
  low = "low"
)

Examples

1
g(data) %>% stock() %>% g2plot::aes(x ="trade_date",y = "y")

GOUYONGCHAO/g2plot documentation built on March 31, 2021, 1:49 p.m.