print,AmObject-method {rAmCharts} | R Documentation |
Visualize with print
Description
Display the object in the console.
Usage
## S4 method for signature 'AmObject'
print(x, withDetail = TRUE, ...)
Arguments
x |
|
withDetail |
|
... |
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
print(new("AmChart", categoryField = "variables", type = "serial"))
print(new("AmChart", categoryField = "variables", type = "serial"), withDetail = FALSE)
[Package rAmCharts version 2.1.15 Index]