Learn R Programming

rAmCharts (version 2.1.7)

listProperties: List properties of an S4 object

Description

Each S4 class implements the method to list its properties (usefull to update complex properties).

Usage

listProperties(.Object)

# S4 method for AmObject listProperties(.Object)

Arguments

.Object

any class object of the package

Value

A list containing all the chart's properties.

Examples

Run this code
# NOT RUN {
amChart(type = "serial")
# }

Run the code above in your browser using DataLab