rAmCharts (version 1.1.2)

print,AmObject-method: Visualize with print

Description

Visualize with print

Usage

"print"(x, withDetail = TRUE, ...)

Arguments

x
AmChart.
withDetail
logical. Should the detail be printed ?
...
Other properties.

See Also

Other Visualizations: show,AmChart-method; show,AmObject-method; show,AmStockChart-method

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 DataCamp Workspace