Learn R Programming

rAmCharts (version 1.1.1)

setType,AmChart,character-method: Setter for Type

Description

Setter for Type

Usage

## S3 method for class 'AmChart,character':
setType(.Object, type)

Arguments

.Object
object of class AmChart.
type
object of class character.

Examples

Run this code
setType(.Object = amChart(), type = "pie")
# equivalent to
amPieChart()

Run the code above in your browser using DataLab