listProperties {rAmCharts}R Documentation

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 signature 'AmObject'
listProperties(.Object)

Arguments

.Object

any class object of the package

Value

A list containing all the chart's properties.

Examples

amChart(type = "serial")

[Package rAmCharts version 2.1.16 Index]