listProperties-AmObject: List properties of an S4 object

listPropertiesR 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


## Not run: 
amChart(type = "serial")

## End(Not run)


rAmCharts documentation built on Sept. 30, 2022, 5:06 p.m.