stockGraph {rAmCharts} | R Documentation |
Constructor for a stockGraph (class AmGraph)
Description
Constructor used for AmStockChart
Usage
stockGraph(animationPlayed = FALSE, balloonText, title, type, valueField, ...)
Arguments
animationPlayed |
|
balloonText |
|
title |
|
type |
|
valueField |
|
... |
Other properties |
Value
An object of class AmGraph.
Examples
# --- constructor
stockGraph(balloonText = "balloonText",valueField = "value", animationPlayed = TRUE)
[Package rAmCharts version 2.1.15 Index]