使用 R 的 Trelliscope 視覺化巨量資料
Ryan Hafen
Author, TrelliscopeJS
facet_trelliscope() 與 trelliscope() 提供多種輸出設定:
trelliscope(dat, path = "...", ...)ggplot(...) + ... + facet_trelliscope(path = "...", ...)

trelliscope(by_symbol,
name = "candlestick_top500",
desc = "2016 年交易最頻繁的 500 檔 NASDAQ 股票的 K 線圖",
md_desc = "
## K 線圖
A [candlestick plot](https://en.wikipedia.org/wiki/Candlestick_chart)
是一種金融圖表...
..." )



trelliscope(dat, width = 600, height = 300, ...)ggplot(...) + ... + facet_trelliscope(width = 600, height = 300, ...)
trelliscope(dat, state = ..., ...)ggplot(...) + ... + facet_trelliscope(state = ..., ...)
使用 R 的 Trelliscope 視覺化巨量資料