rAmCharts (version 2.1.15)

print,AmObject-method: Visualize with print

Description

Display the object in the console.

Usage

# S4 method for AmObject
print(x, withDetail = TRUE, ...)

Arguments

x

AmChart.

withDetail

logical, TRUE to display details.

...

Other properties.

Details

If the object possess a 'dataProvider' property, it will be hidden in the console. To see if it's correctly registered use '@dataProvider'.

Examples

Run this code
print(new("AmChart", categoryField = "variables", type = "serial"))
print(new("AmChart", categoryField = "variables", type = "serial"), withDetail = FALSE)

Run the code above in your browser using DataLab