Learn R Programming

rAmCharts (version 1.1.1)

setDataProvider: Shared generics methods

Description

Shared generics methods

Usage

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, ...)

addValueAxis(.Object, valueAxis = NULL, ...)

Arguments

.Object
AmObject.
dataProvider
data.frame.
keepNA
logical, default TRUE. Indicates if NULL values have to be kept or ignored.
title
character.
type
character.
graph
AmGraph.
...
Other properties.
guide
Guide.
text
character.
valueAxis
ValueAxis.

Details

setDataProvider(..) is hared 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

addValueAxis(...) is shared by TrendLine and Guide