print-AmObject-method: Visualize with print

print,AmObject-methodR Documentation

Visualize with print

Description

Display the object in the console.

Usage

## S4 method for signature '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

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

DataKnowledge/rAmCharts documentation built on Oct. 3, 2022, 5:42 a.m.