Generics functions | R Documentation |
These methods are shared by at least two different classes
setBalloon(.Object, amBalloon = NULL, ...) setDataProvider(.Object, dataProvider, keepNA = TRUE) setTitle(.Object, title) setType(.Object, type) setGraph(.Object, graph = NULL, ...) addGuide(.Object, guide = NULL, ...) setText(.Object, text) setValueAxis(.Object, valueAxis = NULL, ...)
.Object |
AmObject. |
amBalloon |
AmBalloon. |
... |
Other properties. |
dataProvider |
|
keepNA |
|
title |
|
type |
|
graph |
AmGraph. |
guide |
Guide. |
text |
|
valueAxis |
ValueAxis. |
Be cautious when using one of these functions since they have several signatures (S4).
setBalloon is shared by AmChart and AmStockChart.
setDataProvider(..) is shared by AmGraph and DataSet.
setTitle(...) is Shared by AmGraph and ValueAxis.
setType(...) is shared by AmGraph and AmChart.
setGraph(...) is shared by AmChart and ChartScrollbar.
addGuide(...) is shared by AxisBase and AmChart.
setText(...) is shared by Title and Label.
setValueAxis(...) is shared by AmChart(type = "gantt"), TrendLine and Guide.
An updated 'AmObject'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.